You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/07/02 20:04:49 UTC

[Bug 3562] New: whitelist_from_rcvd only accepts one domain per address to whitelist

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: spamassassin-dev@incubator.apache.org
        ReportedBy: miles@cs.stanford.edu


In trying to whitelist certain addresses (*@stanford.edu) 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 miles@stanford.edu stanford.edu
whitelist_from_rcvd miles@stanford.edu 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.