You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2019/08/07 13:45:45 UTC

svn commit: r1864623 - /spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf

Author: hege
Date: Wed Aug  7 13:45:45 2019
New Revision: 1864623

URL: http://svn.apache.org/viewvc?rev=1864623&view=rev
Log:
If testing for scheme, make sure it has a scheme!

Modified:
    spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf

Modified: spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf?rev=1864623&r1=1864622&r2=1864623&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/sidney/70_other.cf Wed Aug  7 13:45:45 2019
@@ -1,5 +1,5 @@
 # sidney's test rules, if any go here.
 
-uri T_UPPERCASE_HTTP	/^(?:H|hT|htT|httP|httpS)/
+uri T_UPPERCASE_HTTP	/^(?:H|hT|htT|httP|httpS):/
 describe T_UPPERCASE_HTTP	URI with an uppercase character in the ScHeMe
 score T_UPPERCASE_HTTP 0.1