At 7:58 PM -0500 2003/08/30, Steven F Siirila wrote:
No, but they control their own DNS. Depending on how this sort of system would be expected to work, anybody could claim to be an MTA in {HE|EH}LO, and when you look up the IP address under that domain, lo-and-behold you find that they are authorized to send mail on behalf of them -- through a wildcard that you know nothing about.You missed the point. Spammers do NOT control the DNS for trojanned PC's and open proxies which appear to be our primary problem now. Direct spammers are the easiest ones to catch already; who cares if they want to better identify themselves?
To make his work, you've got to handle the possibility of the PTR returning multiple names, and each name returning multiple IPs. You've got to follow that chain to it's complete logical conclusion.That is only true if you don't require rDNS in addition. I'm not 100% sure that everyone is going by the same definition of rDNS I am either. By rDNS I am strictly speaking of the connection IP address, it's associated PTR record, and the A record of the name returned by the PTR.
The rDNS chain gets broken far, far too often. In most cases, the entity handing out the name has nothing to do with the entity owning the network space, and vice-versa.With rDNS I can at least be assured that the owner of the in-addr.arpa space is the owner of the domain named in the PTR (or at least an agreement exists between the two). BTW, having this domain makes it easier to determine an abuse address to send reports to, too.