You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2017/12/01 07:33:44 UTC

[Bug 6664] check_freemail_header() misses many domains

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

--- Comment #8 from Giovanni Bechis <gi...@paclan.it> ---
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.