Browse Source

[Minor] Fix warning

tags/1.7.1
Vsevolod Stakhov 6 years ago
parent
commit
6eab75d108
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/misc.lua

+ 1
- 1
rules/misc.lua View File

@@ -331,7 +331,7 @@ local function freemail_reply_neq_from(task)
return false
end

local freemail_reply_neq_from_id = rspamd_config:register_symbol({
rspamd_config:register_symbol({
name = 'FREEMAIL_REPLYTO_NEQ_FROM_DOM',
callback = freemail_reply_neq_from,
description = 'Freemail From and Reply-To, but to different Freemail services',

Loading…
Cancel
Save