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 2007/03/09 12:46:32 UTC

[Bug 5372] Untrustworthy Received headers cannot match start-of-line anchor

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5372


nj@leverton.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Untrustworthy Received      |Untrustworthy Received
                   |headers cannot match start- |headers cannot match start-
                   |of-line anchor              |of-line anchor




------- Additional Comments From nj@leverton.org  2007-03-09 03:46 -------
You need to tell Perl it's a multi-line field with the m modifier:

header TEST_RCVD_FORMAT1 Received =~ /^by smtp/m

Tested and works here.



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