http://bugzilla.spamassassin.org/show_bug.cgi?id=3269
------- Additional Comments From [EMAIL PROTECTED] 2004-04-15 21:46 -------
well. the problem with MIME_MISSING_BOUNDARY is pretty simple actually. the
rule requires a %state
assoc array to be populated as one goes through the MIME parts.
$state{$boundary} = 1 for open
boundaries, $state{$boundary}-- for close boundaries.
at the end, the rule is triggered for any boundary with a non-zero value.
however, the mime parser handles all this stuff, so the eval test gets no data
in %state, so no rule hit.
I'll have to look into M::SA::Message and figure out how to pass the state
information back out of the
parser.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.