On 10/13/06 17:12, Andreas Pettersson wrote:
Robert Swan wrote:Is there anyway to get points added if the sending mail server has no PTR record *(unknown [196.211.162.65])?*I am using Redhat Fedora and Spamassassin 3.1.2 and Postfix
With a postfix mail gateway, I use a local SA rule like:Received =~ /from \S{1,30} \(unknown \[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]\)\s+by\s+your\.smtp\.server\.desy/
Replace "your.smtp.server" by your server's name ... Cheers, wolfgang