diff options
Diffstat (limited to 'rules')
-rw-r--r-- | rules/regexp/upstream_spam_filters.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rules/regexp/upstream_spam_filters.lua b/rules/regexp/upstream_spam_filters.lua index 8ba6ea057..8c737e7c6 100644 --- a/rules/regexp/upstream_spam_filters.lua +++ b/rules/regexp/upstream_spam_filters.lua @@ -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, |