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: [email protected]
ReportedBy: [email protected]
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.