diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-13 10:52:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 10:52:41 +0000 |
commit | 81e8a8545758cf41700c423f722309efb6c6abce (patch) | |
tree | afb433c86801626218a6686d871186c1a34fcf9f /src/plugins/lua/mx_check.lua | |
parent | 390d55ae2eba4e096b82ba515c61983cbdee4b17 (diff) | |
parent | 491548856632c22c179aa47c90df7afd44c75cd2 (diff) | |
download | rspamd-81e8a8545758cf41700c423f722309efb6c6abce.tar.gz rspamd-81e8a8545758cf41700c423f722309efb6c6abce.zip |
Merge pull request #2072 from fatalbanana/empty
[Fix] Fix various modules in case of empty message
Diffstat (limited to 'src/plugins/lua/mx_check.lua')
-rw-r--r-- | src/plugins/lua/mx_check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/mx_check.lua b/src/plugins/lua/mx_check.lua index b30f1293b..61d1cd1b8 100644 --- a/src/plugins/lua/mx_check.lua +++ b/src/plugins/lua/mx_check.lua @@ -281,6 +281,7 @@ if opts then name = settings.symbol_bad_mx, type = 'normal', callback = mx_check, + flags = 'empty', }) rspamd_config:register_symbol({ name = settings.symbol_no_mx, |