diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-29 20:34:32 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-29 20:34:50 +0200 |
commit | 9b339b4ee9f10678c370adc22d456467ea8146ba (patch) | |
tree | c099e38b945799cf9f77e0a1b716e3b086589787 | |
parent | 885333db66718904c890207093c986ad4efc0689 (diff) | |
download | rspamd-9b339b4ee9f10678c370adc22d456467ea8146ba.tar.gz rspamd-9b339b4ee9f10678c370adc22d456467ea8146ba.zip |
[Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbol
-rw-r--r-- | rules/misc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua index 1b1aee1af..20e4d3ddf 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -753,7 +753,6 @@ end local freemail_reply_neq_from_id = rspamd_config:register_symbol({ name = 'FREEMAIL_REPLYTO_NEQ_FROM_DOM', - type = 'callback', callback = freemail_reply_neq_from, description = 'Freemail From and Reply-To, but to different Freemail services', score = 3.0 |