|
|
Log in / Subscribe / Register

Spammers Most Likely Users Of E-Mail Authentication (TechWeb)

Spammers Most Likely Users Of E-Mail Authentication (TechWeb)

Posted Jul 16, 2005 7:34 UTC (Sat) by dwmw2 (subscriber, #2063)
In reply to: Spammers Most Likely Users Of E-Mail Authentication (TechWeb) by giraffedata
Parent article: Spammers Most Likely Users Of E-Mail Authentication (TechWeb)

And plenty of your ham, too. Not many people hate spam enough to do that. In fact, you're most of the way toward the ultimate spam solution -- don't accept any mail at all.

Not really. You don't lose much ham by rejecting mail which has an invalid reverse-path, and in the cases that you do it tends to improve the actual communication.

Consider an analogy... if you are sending me a letter by snail mail and you accidentally put an invalid return address on it, how am I ever going to reply or actually manage to have a conversation with you? It's much better for that letter never to leave your local post office where your postie knows you and will hand it back to you.

That's basically what happens when my mail servers reject a mail from an invalid recipient. Most of the time it's actually spam, and the spambot just moves on to its next victim. But on the rare occasion that it's actually a genuine mail from someone who has misconfigured their mailer, the fact that I reject their mail means that their own mail server can tell them about it. If I'd accepted the mail, that chance for them to fix the problem would have been lost.


to post comments

Spammers Most Likely Users Of E-Mail Authentication (TechWeb)

Posted Jul 16, 2005 17:44 UTC (Sat) by giraffedata (guest, #1954) [Link] (1 responses)

I guess you're talking about a different kind of validating the from address.

The context of this article is SPF, which is about determining that a From: address in an email, while it may be a valid email address, is not the address of the person who sent the email.

But while SPF provides a way to prove the From: address is genuine, most ham doesn't participate in SPF, so one wouldn't want to reject mail just because SPF failed to validate the from address.

Spammers Most Likely Users Of E-Mail Authentication (TechWeb)

Posted Jul 18, 2005 7:54 UTC (Mon) by farnz (subscriber, #17727) [Link]

SPF validates the "MAIL FROM:" part of the SMTP protocol. Unlike Sender ID, it has nothing to do with the "From:" header of the mail message.

A compliant SMTP server is supposed to return bounces (not rejects) to the address given in "MAIL FROM:"; spammers don't want bounces, so they tend to use false addresses in "MAIL FROM:", while legitimate users do want bounces, so they use genuine addresses in "MAIL FROM:"


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds