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





------- Additional Comments From [EMAIL PROTECTED]  2004-04-15 22:39 -------
Subject: Re:  MIME parser issues vs. 2.63

> 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.

Hmmm... is there a logical way we could also catch multiple closes.
Ideally, we'd test complete correctness to catch incorrectly nested
stuff and other types of errors:

--boundary_a

--boundary_b

--boundary_a--

--boundary_b--

I think the current test also would miss an extra close (before an open
and close which would leave the state at zero).





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

Reply via email to