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





------- Additional Comments From [EMAIL PROTECTED]  2004-09-05 17:09 -------
Created an attachment (id=2318)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2318&action=view)
suggested patch

this patch adds in optional whitespace before a double-quoted boundary.  ie:

boundary=    "foo"

will get "foo", but

boundary=    foo

won't be caught.  the latter seems to likely to falsely grab a boundary without
the quotes -- for instance:

boundary=      ; charset=...

would make ";" the boundary, which isn't right.  if this becomes an issue, we
can try to work in a heuristic to grab the latter malformation.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to