You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2005/05/06 08:28:36 UTC

svn commit: r168539 - /spamassassin/trunk/t/rule_names.t

Author: quinlan
Date: Thu May  5 23:28:35 2005
New Revision: 168539

URL: http://svn.apache.org/viewcvs?rev=168539&view=rev
Log:
fix test failure 

Modified:
    spamassassin/trunk/t/rule_names.t

Modified: spamassassin/trunk/t/rule_names.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/rule_names.t?rev=168539&r1=168538&r2=168539&view=diff
==============================================================================
--- spamassassin/trunk/t/rule_names.t (original)
+++ spamassassin/trunk/t/rule_names.t Thu May  5 23:28:35 2005
@@ -48,7 +48,7 @@
   # look for test with spaces on either side, should match report
   # lines in spam report, only exempt rules that are really unavoidable
   # and are clearly not hitting due to rules being named poorly
-  next if $test eq "UPPERCASE_75_100";
+  next if $test =~ /^UPPERCASE_\d/;
   next if $test eq "UNIQUE_WORDS";
   # exempt the auto-generated nightly mass-check rules
   next if $test =~ /^T_MC_/;