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 2005/07/16 22:19:44 UTC

[Bug 4486] New: Broken local rule

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

           Summary: Broken local rule
           Product: Spamassassin
           Version: 3.0.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules (Eval Tests)
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: bdiaz@aullox.com


I have the following rule in local.cf:

body VIRUSZIP1  /(pass|message|signature|info|msg|mail).*zip/i
describe VIRUSZIP1      Probably some social engineering virus
score VIRUSZIP1 4 4 4 4

When testing, spamassassin won't catch something like this in the message:

------=_NextPart_000_0013_B04B6940.C6FC3596
Content-Type: application/octet-stream;
        name="email-details.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
        filename="email-details.zip"

Testing from perl, the regular expression does work.



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

[Bug 4486] Broken local rule

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4486


felicity@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From felicity@apache.org  2005-07-16 13:23 -------
The problem here is that your rule isn't doing what you think it's doing: body rules don't look at 
mimeheaders for instance.  I suggest posting on the users@ list to get some direction.



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