]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix tests 1518/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 13 Mar 2017 11:16:48 +0000 (13:16 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 13 Mar 2017 11:16:48 +0000 (13:16 +0200)
rules/forwarding.lua
rules/misc.lua

index a5367173fd631278676ed9cce9b1cfc695b49c0a..eae803f8160e1c5940d9067569ad20058b0aa436 100644 (file)
@@ -120,7 +120,7 @@ rspamd_config.FORWARDED = {
 
         if rcvds then
           for _, rcvd in ipairs(rcvds) do
-            local _,_,addr = rcvd['for']
+            local addr = rcvd['for']
             if addr then
               matches = matches + 1
               -- Check that it doesn't match the envrcpt
index 2c6d8899b911f3d0c19eb0f18295fa3bfc831e7a..2bba06e914447e3043a65a1b07b424f68522e305 100644 (file)
@@ -16,7 +16,6 @@ limitations under the License.
 
 -- This is main lua config file for rspamd
 
-local E = {}
 local fun = require "fun"
 local util = require "rspamd_util"
 local rspamd_regexp = require "rspamd_regexp"
@@ -400,4 +399,4 @@ rspamd_config:register_symbol{
   name = 'TAGGED_FROM',
   description = 'SMTP from has plus tags',
   score = 0,
-}
\ No newline at end of file
+}