]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix until clause
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 29 Nov 2016 11:29:03 +0000 (11:29 +0000)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 29 Nov 2016 12:01:07 +0000 (14:01 +0200)
src/plugins/lua/spamassassin.lua

index a88326edb580275a06de910d23a47bc72970ef91..1019dd3933e61a0229f8057748ea09053afe7347 100644 (file)
@@ -1523,7 +1523,7 @@ local function post_process()
       return r['type'] == 'meta'
     end,
     rules))
-  until nchanges ~= 0
+  until nchanges == 0
 
   -- Set missing symbols
   each(function(key, score)