]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove AOL_SPAM rule
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Sat, 12 Dec 2020 18:17:39 +0000 (18:17 +0000)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Sat, 12 Dec 2020 18:17:39 +0000 (18:17 +0000)
Mail from AOL not longer have X-AOL-Global-Disposition header and this
rule no longer works.  AOL messages now have X-YMail-OSG header (like
yahoo.com), but it is encrypted/obfuscated and cannot be used here.

rules/regexp/upstream_spam_filters.lua

index 8ba6ea0576a949752a89ae9cfd472c6250a18832..8c737e7c614aaa88945c93006ca8ac5e936d8d66 100644 (file)
@@ -33,13 +33,6 @@ reconf['MICROSOFT_SPAM'] = {
   group = 'upstream_spam_filters'
 }
 
-reconf['AOL_SPAM'] = {
-  re = 'X-AOL-Global-Disposition=/^S/H',
-  score = 5.0,
-  description = "AOL says this message is spam",
-  group = 'upstream_spam_filters'
-}
-
 reconf['KLMS_SPAM'] = {
   re = 'X-KLMS-AntiSpam-Status=/^spam/H',
   score = 5.0,