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...@issues.apache.org on 2010/06/04 15:56:46 UTC

[Bug 6406] FROM_STARTS_WITH_NUMS matches on text-to-email

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6406

--- Comment #3 from Mark Martinec <Ma...@ijs.si> 2010-06-04 09:56:42 EDT ---
< From:addr =~ /^\d{6,}\S+\@/i
> From:addr =~ /^\d{2,50}[^0-9@]/

That looks fine. I wonder if there is any deeper meaning
with requiring at least 6 leading digits in the original rule.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.