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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         AssignedTo|[email protected] |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2004-09-27 15:23 -------
well, putting in that rule does cause SA to blow up...

Bareword found where operator expected at 
/home/felicity/SA/spamassassin-head/rules/70.cf, rule 
HAS_RED_BODY_BG, line 17, near "home"
  (Might be a runaway multi-line // string starting on line 1)
        (Missing operator before home?)
Misplaced _ in number at /home/felicity/SA/spamassassin-head/rules/70.cf, rule 
HAS_RED_BODY_BG, 
line 17.
Bareword found where operator expected at 
/home/felicity/SA/spamassassin-head/rules/70.cf, rule 
HAS_RED_BODY_BG, line 17, near "20_phrases"
        (Missing operator before phrases?)

...

it's not limited to rawbody though, it's most any of the RE rules: body, 
rawbody, header, and uri.

the issue is that the # is treated as a comment in perl.  the generated eval 
test gets:

         if (/body bgcolor=["']) { 

which is what borks it all up.  I'm looking into it.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

Reply via email to