]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix forged_recipients plugin.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 3 Sep 2014 17:31:30 +0000 (18:31 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 3 Sep 2014 17:31:30 +0000 (18:31 +0100)
src/plugins/lua/forged_recipients.lua

index 6fc1bcd8399b6219d292157362c0f7d287645e32..44cd6994a970399cfb9d837a0e2735c644fc7733 100644 (file)
@@ -5,7 +5,6 @@ local symbol_rcpt = 'FORGED_RECIPIENTS'
 local symbol_sender = 'FORGED_SENDER'
 
 function check_forged_headers(task)
-       local msg = task:get_message()
        local smtp_rcpt = task:get_recipients(1)
        local res = false