http://bugzilla.spamassassin.org/show_bug.cgi?id=3562
Summary: whitelist_from_rcvd only accepts one domain per address
to whitelist
Product: Spamassassin
Version: 2.63
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Rules (Eval Tests)
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
In trying to whitelist certain addresses ([EMAIL PROTECTED]) when recieved from
different domains (stanford.edu, stanfordalumni.org), I discovered that only one
domain is allowed per address to whitelist. For example, using the
configuration
whitelist_from_rcvd [EMAIL PROTECTED] stanford.edu
whitelist_from_rcvd [EMAIL PROTECTED] stanfordalumni.org
Only the last line is actually used. I assume, from a cursory glance at
EvalTests.pm around line 934, that this is because the whitelists are stored in
a hash using the address as the key.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.