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





------- Additional Comments From [EMAIL PROTECTED]  2004-08-06 01:44 -------
The same code is in Bayes.pm

In the 3.0 trunk there is only one copy of this code, in Message.pm. There this
bug does not exist because the code that uses $value is wrapped in

 # If it's not a valid header (aka: not in the form "foo: bar"), skip it.
 if (defined $value) {
   [ ... ]
 }

which seems like a cleaner solution.

The question is whether this is serious enough to require a patch to 2.64 :-(
       



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

Reply via email to