From: Vsevolod Stakhov Date: Sun, 21 Feb 2016 23:04:39 +0000 (+0000) Subject: Add some more replacements X-Git-Tag: 1.2.0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37dc6224e26c51ad2c44efb9ab68d31773719946;p=thirdparty%2Frspamd.git Add some more replacements --- diff --git a/src/plugins/lua/spamassassin.lua b/src/plugins/lua/spamassassin.lua index b064947ffa..cbee2c90ec 100644 --- a/src/plugins/lua/spamassassin.lua +++ b/src/plugins/lua/spamassassin.lua @@ -71,7 +71,14 @@ local symbols_replacements = { URIBL_ABUSE_SURBL = 'ABUSE_SURBL', -- Misc rules BODY_URI_ONLY = 'R_EMPTY_IMAGE', - + HTML_IMAGE_ONLY_04 = 'HTML_SHORT_LINK_IMG_1', + HTML_IMAGE_ONLY_08 = 'HTML_SHORT_LINK_IMG_1', + HTML_IMAGE_ONLY_12 = 'HTML_SHORT_LINK_IMG_1', + HTML_IMAGE_ONLY_16 = 'HTML_SHORT_LINK_IMG_2', + HTML_IMAGE_ONLY_20 = 'HTML_SHORT_LINK_IMG_2', + HTML_IMAGE_ONLY_24 = 'HTML_SHORT_LINK_IMG_3', + HTML_IMAGE_ONLY_28 = 'HTML_SHORT_LINK_IMG_3', + HTML_IMAGE_ONLY_32 = 'HTML_SHORT_LINK_IMG_3', } -- Internal variables