Mailing List Archive

svn commit: r1903460 - /spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf
Author: gbechis
Date: Tue Aug 16 13:14:59 2022
New Revision: 1903460

URL: http://svn.apache.org/viewvc?rev=1903460&view=rev
Log:
test for some html links

Modified:
spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf

Modified: spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf?rev=1903460&r1=1903459&r2=1903460&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/gbechis/20_misc.cf Tue Aug 16 13:14:59 2022
@@ -93,5 +93,9 @@ if can(Mail::SpamAssassin::Conf::feature
uri GB_STORAGE_GOOGLE_EMAIL m|^https?://storage\.cloud\.google\.com/.{4,128}\#%{GB_TO_ADDR}|i
describe GB_STORAGE_GOOGLE_EMAIL Google storage cloud abuse
score GB_STORAGE_GOOGLE_EMAIL 2.000 # limit
+
+ uri GB_CUSTOM_HTM_URI m|^https?://.{10,128}\.html?\#%{GB_TO_ADDR}|i
+ describe GB_CUSTOM_HTM_URI Custom html uri
+ score GB_CUSTOM_HTM_URI 1.500 # limit
endif
endif