From: Vsevolod Stakhov Date: Wed, 9 Dec 2015 15:46:52 +0000 (+0000) Subject: Fix a stupid misprint X-Git-Tag: 1.1.0~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a81c98004e33a7cf2cd987cff82c3fa237bfb280;p=thirdparty%2Frspamd.git Fix a stupid misprint --- diff --git a/src/plugins/lua/spamassassin.lua b/src/plugins/lua/spamassassin.lua index 5afa58a6d6..7fbf00942e 100644 --- a/src/plugins/lua/spamassassin.lua +++ b/src/plugins/lua/spamassassin.lua @@ -451,6 +451,7 @@ local function process_tflags(rule, flags) else rule['re']:set_max_hits(1) end + end end local function process_replace(words, tbl)