Robert Swan wrote:
> Is there anyway to get points added if the sending mail
> server has no PTR record (unknown [196.211.162.65])?

> Received: from lyonop.com (unknown [196.211.162.65])

This is totally untested, but:

header  LOCAL_INVALID_PTR  Received =~ /\(unknown /

This might be more robust:

header  LOCAL_INVALID_PTR  Received =~ /from \S+ \(unknown /

Again, totally untested, so put them in with a score of 0.01 and watch
them for a while before you rely on either on.

Reply via email to