http://bugzilla.spamassassin.org/show_bug.cgi?id=3866
------- Additional Comments From [EMAIL PROTECTED] 2005-05-17 03:35 -------
Can anyone confirm that this is the desired patch for 3.0.3?
--- Mail-SpamAssassin-3.0.3.orig/lib/Mail/SpamAssassin/Conf.pm 2005-04-26
16:42:18.000000000 -0400
+++ Mail-SpamAssassin-3.0.3/lib/Mail/SpamAssassin/Conf.pm 2005-05-17
06:33:34.000000000 -0400
@@ -575,6 +575,10 @@
if ($hdr ne 'Subject') {
$string =~ tr/()/[]/;
}
+ unless (defined $string && $string =~ /\S/) {
+ delete $self->{rewrite_header}->{$hdr};
+ return;
+ }
$self->{rewrite_header}->{$hdr} = $string;
return;
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.