Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums

Go Back   Code Forums > Code Newbie > Lounge

Reply
 
LinkBack Thread Tools Display Modes
Old 05-10-2004, 04:28 PM   #1 (permalink)
plonkeroo
Registered User
 
Join Date: Jan 2004
Location: southport, britain
Posts: 34
plonkeroo is on a distinguished road
About email spammers and fraudsters

I am fed up with fraudulent email (some of which hijack one's own email address) and I do not think the powers-that-be are tackling it the right way. All they do is make life more and more complex for ordinary users whilst doing nothing effective to can the fraudsters.

The whole problem arises from the fact that sending emails is (generally speaking) free whereas if you post a letter you have to buy a postage stamp to put on it.

It costs spammers and fraudsters nothing to send out millions of emails. MAKE IT COST!!
plonkeroo is offline   Reply With Quote
Old 05-10-2004, 04:29 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
I'd prefer they just come up with a new mail protocol and get rid of SMTP. Strikes me as being a little bit cheaper.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 05-10-2004, 07:30 PM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
Protocol, not protocall.

And charging for SMTP traffic would require some sort of centralized system which would mean re-writting all the mail servers out there to conform to it. Plus, this "tax" scheme would only work on American servers, it wouldn't apply to overseas servers, which people could use just as easily as American ones, therefore defeating the purpose.

A new mail protocol would simply require sender-verification. No more spoofing of mail addresses. Also, perhaps a way to send rejected mail back to the user, so as to make mail-bombing and mass spamming a problem for both the culprit and the culprit's mail provider.

And I couldn't become a millionaire of this idea. For wide-spread adoption of a standardized protocol, you'd need to get it turned into an RFC, at which point it's public domain.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 05-11-2004, 08:11 AM   #4 (permalink)
Amaranthine
Registered User
 
Amaranthine's Avatar
 
Join Date: May 2004
Posts: 47
Amaranthine is on a distinguished road
If you can, get their fax number and fax them 60 pages of black.
Amaranthine is offline   Reply With Quote
Old 05-11-2004, 08:49 AM   #5 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
You read the slashdot article too, eh?
__________________
GitS
Belisarius is offline   Reply With Quote
Old 05-11-2004, 09:04 AM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
hah nice!
__________________
Mike
sde is offline   Reply With Quote
Old 05-11-2004, 11:14 AM   #7 (permalink)
Rotkiv
Code Monkey
 
Rotkiv's Avatar
 
Join Date: Apr 2004
Location: Silicon Valley, CA
Posts: 64
Rotkiv is on a distinguished road
Send a message via AIM to Rotkiv Send a message via MSN to Rotkiv
I don't want to pay to send an email.
stop using outlook express. get more than one email address, one for friends and family and trusted places like online stores, and one for business and spammers. It can't go wrong because I have 4 email addresses and have not recieved one spam message. I did reseave some on a hotmail account once, but who cares about hotmail right?
If you have a website, and need to put your email address on it, use this javascript:
Code:
  <!--

  var contact = " ME"

  var email = "blah"

  var emailHost = "blah.com"

  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ ">" + contact + "</a>")

  //-->
It will prevent web bots from spammers to pick up your email address.
Rotkiv is offline   Reply With Quote
Old 05-11-2004, 11:35 AM   #8 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
Creating a new mail protocol is still better I think. Makes it so you don't need to go out of your way to avoid spammers.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 05-11-2004, 02:13 PM   #9 (permalink)
Amaranthine
Registered User
 
Amaranthine's Avatar
 
Join Date: May 2004
Posts: 47
Amaranthine is on a distinguished road
or you could do something like this with php:
Code:
$string = "me@host.com";
$img = imagecreate(400, 60);
$white = imagecolorallocate($img, 255, 255, 255);
$black = imagecolorallocate($img, 0, 0, 0);
imagefill($img, 0, 0, $black);
imagestring($img,1,$xText,$yText,$string,$white);
header("Content-Type: image/jpeg");
imagejpeg($im);
and make it however big you want it with correct x and y.

Last edited by Amaranthine; 05-11-2004 at 03:47 PM.
Amaranthine is offline   Reply With Quote
Old 05-14-2004, 05:49 AM   #10 (permalink)
plonkeroo
Registered User
 
Join Date: Jan 2004
Location: southport, britain
Posts: 34
plonkeroo is on a distinguished road
We should really get down to doing something about Internet parasites, be they spammers, fraudsters, hackers, whatever. And I don't exclude spyware and other intrusionware.

Jeffrey Friedberg of Microsoft says their Windows crash statistics indicate almost HALF of all crashes are due to spyware and adware. Maureen Cushman of Dell said that spyware-related problems are the number one reason that their customers call for technical support.

PS - Why are these pages so wide - I have to keep scrolling side-to-side to be able to read. Stick to 800x600!!
plonkeroo is offline   Reply With Quote
Old 05-14-2004, 06:19 AM   #11 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
for every [ code] [/ code] tag you make, it will stick a <pre> </pre> tag in, this will create the page as wide as the longest line used inside the tag...
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 05-14-2004, 06:25 AM   #12 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Quote:
Originally posted by plonkeroo
PS - Why are these pages so wide - I have to keep scrolling side-to-side to be able to read. Stick to 800x600!!
Its probably due to the above code sections.

As for spam, I agree that something more needs to be done. Although my recent build of Matt Simerson's mail toaster recipe seems to be working well.

It uses spamassassin, pyzor, clamAV and various other utilities. To date, only a few emails have slipped through, but I know - that's not the point.

One project that looked interesting is TMDA ( http://tmda.net/ )

-r
idx is offline   Reply With Quote
Old 05-14-2004, 06:46 AM   #13 (permalink)
cheawick
Regular Contributor
 
cheawick's Avatar
 
Join Date: Dec 2003
Location: Mary Esther, FL
Posts: 189
cheawick is on a distinguished road
I wouldn't know how to do it, but how about doing to them what they do to us. Change their himepages, weblinks, and bombard them with other spammers. Heck, just pitting spammers against spammers should be interesting enough!
cheawick is offline   Reply With Quote
Old 05-14-2004, 10:29 AM   #14 (permalink)
plonkeroo
Registered User
 
Join Date: Jan 2004
Location: southport, britain
Posts: 34
plonkeroo is on a distinguished road
Quote:
Originally posted by cheawick I wouldn't know how to do it, but how about doing to them what they do to us. Change their himepages, weblinks, and bombard them with other spammers. Heck, just pitting spammers against spammers should be interesting enough!
Gosh, just tell me how to do it and let's do it!!!!
plonkeroo is offline   Reply With Quote
Old 05-14-2004, 11:09 AM   #15 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
I still maintain a new standard would be the most sensible.
__________________
GitS
Belisarius is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 10:30 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC8 ©2007, Crawlability, Inc.





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting