https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6224
Karsten Bräckelmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Karsten Bräckelmann <[email protected]> 2009-10-21 17:55:36 UTC --- > # example (couldn't figure out how to skip the /s) > header BUG_IN_HEADER Received =~ /(by.*by)/s Identical headers like Received are internally represented by a single multi-line string. This is documented somewhere, I hope -- at least has been mentioned a couple times on list. The /s modifier makes a dot match any char, *including* a newline, which it usually doesn't. That's why it is necessary for this example rule. Works as expected. Resolved, INVALID. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
