]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix a stupid misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 9 Dec 2015 15:46:52 +0000 (15:46 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 9 Dec 2015 15:46:52 +0000 (15:46 +0000)
src/plugins/lua/spamassassin.lua

index 5afa58a6d68160a92bc16ba9e98c96235a7e9810..7fbf00942ea8496037d93e95e498d0a548cf7f38 100644 (file)
@@ -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)