https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6406
--- Comment #6 from Mark Martinec <[email protected]> 2010-06-16 12:40:08 EDT --- Created an attachment (id=4780) --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4780) proposed rule change Attached is the proposed rule change in 20_head_tests.cf : -header FROM_STARTS_WITH_NUMS From:addr =~ /^\d{6,}\S+\@/i -describe FROM_STARTS_WITH_NUMS From: starts with many numbers +header FROM_STARTS_WITH_NUMS From:addr =~ /^\d{3,50}[^0...@]/ +describe FROM_STARTS_WITH_NUMS From: starts with several numbers Please vote. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
