http://bugzilla.spamassassin.org/show_bug.cgi?id=2462
------- Additional Comments From [EMAIL PROTECTED] 2004-03-09 10:01 -------
To address Matt Kettler's comment (sorry I didn't see it before now), no the
machine running SA is NOT on private IP space.
As a work-around, it is possible to craft a custom rule to look for your own
SMTP-AUTH strings in the header, and add a negative value in that case. This
rule has to be customized for each site. IE, for my site, based on the headers I
originally posted, this is what I use:
header L_SMTP_AUTH Received =~ /^from [^ ]+ \([^)]*\)\s+\(authenticated
bits=\d+\)\s+by westnet/
describe L_SMTP_AUTH Message was received locally via an SMTP AUTH
connection.
score L_SMTP_AUTH -20
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.