http://bugzilla.spamassassin.org/show_bug.cgi?id=3386

           Summary: unexpected behavior of whitelist_from
           Product: Spamassassin
           Version: 2.63
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


whitelist_from only pays attention to From: when a message has not been
bounced.  In other words, if Resent-Message-Id: exists as a header, SA
ignores whitelist_from.

Other headers added by bouncing that may also trigger this behavior
(haven't tested them individually):

    Resent-From:
    Resent-Date:
    Resent-To:

So given the following .spamassassin/userprefs:

    whitelist_from [EMAIL PROTECTED]

here's a minimal message that reproduces this behavior:

    From: [EMAIL PROTECTED]
    Subject: test
    Resent-Message-Id: <foo>

Deleting Resent-Message-Id: will cause whitelist_from to work correctly.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to