https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6660
Adam Katz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #2 from Adam Katz <[email protected]> 2011-09-21 17:41:41 UTC --- (In reply to comment #1) > Committed revision 1171995 > -header __NSL_RCVD_FROM_41 Received =~ /\[41\./ > +header __NSL_RCVD_FROM_41 Received =~ /[([]41\./ You're better off with the built-in Received header parser: header __NSL_RCVD_FROM_41 X-Spam-Relays-External =~ / ip=41\./ -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
