You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2010/04/17 21:05:54 UTC

svn commit: r935230 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: sidney
Date: Sat Apr 17 19:05:54 2010
New Revision: 935230

URL: http://svn.apache.org/viewvc?rev=935230&view=rev
Log:
bug 6412 comment 3 - cosmetic changes as per the comment

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=935230&r1=935229&r2=935230&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Sat Apr 17 19:05:54 2010
@@ -1732,7 +1732,7 @@ my $tbirdenddelimplusat = $tbirdenddelim
 # regexps for finding plain text non-scheme hostnames with valid TLDs.
 
 # the list from %VALID_TLDS in Util/RegistrarBoundaries.pm, as a
-# Regexp::List optimized regexp ;)  accurate as of 20080208
+# Regexp::List optimized regexp ;)  accurate as of 2010-04-15
 my $tldsRE = qr/
   (?=[a-wyz])
   (?:a(?:e(?:ro)?|r(?:pa)?|s(?:ia)?|[cdfgilmnoqtuwxz])|b(?:iz?|[abdefghjmnorstwyz])
@@ -1741,7 +1741,7 @@ my $tldsRE = qr/
     |j(?:o(?:bs)?|[emp])|k[eghimnprwyz]|l[abcikrstuvy]
     |m(?:o(?:bi)?|u(?:seum)?|[acdeghkmnpqrstvwxyz]|i?l)|n(?:a(?:me)?|et?|[cfgilopruz])
     |o(?:m|rg)|p(?:ro?|[aefghklnstwy])|r[eosuw]|s[abcdeghiklmnrtuvyz]
-    |t(?:r(?:avel)?|[cdfghjkmnoptvwz]|e?l)|u[agksyz]|v[aceginu]|w[fs]|y[e]|z[amw]|qa
+    |t(?:r(?:avel)?|[cdfghjkmnoptvwz]|e?l)|u[agksyz]|v[aceginu]|w[fs]|ye|z[amw]|qa
   )/ix;
 
 # knownscheme regexp looks for either a https?: or ftp: scheme, or www\d*\. or ftp\. prefix, i.e., likely to start a URL