https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5861
--- Comment #1 from Henrik Krohns <[EMAIL PROTECTED]> 2008-03-21 09:46:01 PST
---
This is the crude patch that I'm testing for now..
--- Bayes.pm.orig Fri Mar 21 18:44:41 2008
+++ Bayes.pm Fri Mar 21 18:46:39 2008
@@ -329,6 +329,7 @@
my %tokens;
foreach my $token (@tokens) {
next unless length($token); # skip 0 length tokens
+ next if $token =~ /(?:gmail|yahoo|hotmail)/; # skip too hammy tokens
$tokens{substr(sha1($token), -5)} = $token;
}
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.