http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5758
Summary: More than one of an identical header results in header
not found?
Product: Spamassassin
Version: 3.2.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I think this is odd, SA 3.2.3, I have a rule in local.cf:
header __NO_SMTP_AUTH X-SMTP-AuthedByMe =~ /^no$/
meta SMTP_AUTH !__NO_SMTP_AUTH
describe SMTP_AUTH Message sent using SMTP Authentication
tflags SMTP_AUTH nice
score SMTP_AUTH -10
If this header:
X-SMTP-AuthedByMe: no
does not exist, -10 points are added (desired result):
If it does exist, no score change (desired result).
It it exists more than once (off hand it does not appear to matter where in the
headers), it behaves the same as if it does not exist, and adds -10 points
(which is not the desired result).
Gary V
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.