View Single Post
Old 05-23-2007, 06:58 PM   #6 (permalink)
helene
Got Feet?
 
helene's Avatar
 
Join Date: Nov 2006
Location: Norway
Posts: 323
Points: 330
Send a message via ICQ to helene
Quote:
Originally Posted by Head Boy
You need to hit spam at source. It wouldn't take much to check the sending ip against the domain in the envelope - if they didn't match, then you dropped the mail item (or bounced it, that would be more effective ).
That's what SPF and Sender ID does, and it breaks down the moment someone sets up email forwarding (since the server forwarding the mail will have a different IP from the expected one for the domain).

DomainKeys / DKIM has a similar effect, but does it better in my opinion: the message body and some of the headers are signed by the originating mail server; the receiver can then check that the message has the proper signatures for a message coming from that domain. It doesn't matter if the email has been forwarded or sent through a mailing list, as long as the signature and signed content remains intact. And only those servers authorized by the domain owner (through DNS) will have the necessary private keys to do the signing.

Neither method tells you if the message is spam; it just tells you whether it really came from the domain it says it came from.
helene is offline   Reply With Quote Send a private message to helene