|  | |  |
05-10-2004, 04:28 PM
|
#1 (permalink)
| | Registered User
Join Date: Jan 2004 Location: southport, britain
Posts: 34
| 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!! |
| |
05-10-2004, 04:29 PM
|
#2 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,175
| 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. |
| |
05-10-2004, 07:30 PM
|
#3 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,175
| 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. |
| |
05-11-2004, 08:11 AM
|
#4 (permalink)
| | Registered User
Join Date: May 2004
Posts: 47
| If you can, get their fax number and fax them 60 pages of black. |
| |
05-11-2004, 08:49 AM
|
#5 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,175
| You read the slashdot article too, eh? |
| |
05-11-2004, 09:04 AM
|
#6 (permalink)
| | Moderator
Join Date: May 2002 Location: us.ca
Posts: 4,530
| hah nice!
__________________ Mike |
| |
05-11-2004, 11:14 AM
|
#7 (permalink)
| | Code Monkey
Join Date: Apr 2004 Location: Silicon Valley, CA
Posts: 64
| 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. |
| |
05-11-2004, 11:35 AM
|
#8 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,175
| 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. |
| |
05-11-2004, 02:13 PM
|
#9 (permalink)
| | Registered User
Join Date: May 2004
Posts: 47
| 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.
|
| |
05-14-2004, 05:49 AM
|
#10 (permalink)
| | Registered User
Join Date: Jan 2004 Location: southport, britain
Posts: 34
| 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!!  |
| |
05-14-2004, 06:19 AM
|
#11 (permalink)
| | Newbie
Join Date: Jun 2002 Location: Denmark
Posts: 1,726
| 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... |
| |
05-14-2004, 06:25 AM
|
#12 (permalink)
| | Senior Grasshopper
Join Date: Jun 2003 Location: FL
Posts: 317
| 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 |
| |
05-14-2004, 06:46 AM
|
#13 (permalink)
| | Regular Contributor
Join Date: Dec 2003 Location: Mary Esther, FL
Posts: 189
| 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!  |
| |
05-14-2004, 10:29 AM
|
#14 (permalink)
| | Registered User
Join Date: Jan 2004 Location: southport, britain
Posts: 34
| 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!!!!  |
| |
05-14-2004, 11:09 AM
|
#15 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,175
| I still maintain a new standard would be the most sensible. |
| | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -8. The time now is 10:30 PM. |
Copyright © 2000-2008, Milano Interactive Web Hosting provided by Portal 360 Web Hosting |  | |