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 2009/02/14 20:08:03 UTC

[Bug 6066] New: FORGED_MUA_THEBAT_BOUN is outdated; __BAT_BOUNDARY is incomplete

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6066

           Summary: FORGED_MUA_THEBAT_BOUN is outdated; __BAT_BOUNDARY is
                    incomplete
           Product: Spamassassin
           Version: 3.2.5
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: max@ritlabs.com


Currently, FORGED_MUA_THEBAT_BOUN is defined as:

meta FORGED_MUA_THEBAT_BOUN     (__THEBAT_MUA_V1 && __CTYPE_HAS_BOUNDARY &&
!__BAT_BOUNDARY && !__MAILMAN_21)

We should remove the _V1 requirement to allow it to fit any version of The
Bat!:

meta FORGED_MUA_THEBAT_BOUN     (__THEBAT_MUA_V1 && __CTYPE_HAS_BOUNDARY &&
!__BAT_BOUNDARY && !__MAILMAN_21)


We should also modify the rule

header __BAT_BOUNDARY           Content-Type =~ /boundary=\"?-{10}/

to 

boundary=\"-{10}\[A-F0-9]{4,}\"

since the quotes are always put by The Bat!, and after ten dash characters
there came from four up to many uppercase hexadecimal characters.


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6066] FORGED_MUA_THEBAT_BOUN is outdated; __BAT_BOUNDARY is incomplete

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6066


Justin Mason <jm...@jmason.org> changed:

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




--- Comment #1 from Justin Mason <jm...@jmason.org>  2009-03-29 12:29:12 PST ---
: 338...; svn commit -m "update FORGED_MUA_THEBAT_BOUN according to advice from
The Bat developer Maxim Masiutin" rules/20_ratware.cf
Sending        rules/20_ratware.cf
Transmitting file data .
Committed revision 759755 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=759755 ).


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6066] FORGED_MUA_THEBAT_BOUN is outdated; __BAT_BOUNDARY is incomplete

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6066


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.2.6                       |3.3.0




-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6066] FORGED_MUA_THEBAT_BOUN is outdated; __BAT_BOUNDARY is incomplete

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6066


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.2.6




-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.