https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6664

--- Comment #8 from Giovanni Bechis <[email protected]> ---
The bug[¹] has been fixed in both trunk and 3.4 branch, as for the enhancement,
I will finish the patch soon.

[¹] 
-    my $email = lc($pms->get(index($header,':') ? $header : $header.":addr"));
+    my $email = lc($pms->get(index($header,':') >= 0 ? $header :
$header.":addr"));

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

Reply via email to