From: Vsevolod Stakhov Date: Wed, 3 Sep 2014 17:31:30 +0000 (+0100) Subject: Fix forged_recipients plugin. X-Git-Tag: 0.7.0~43^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dff4afb03e7fbfb721285c4a95dfd2366badd64;p=thirdparty%2Frspamd.git Fix forged_recipients plugin. --- diff --git a/src/plugins/lua/forged_recipients.lua b/src/plugins/lua/forged_recipients.lua index 6fc1bcd839..44cd6994a9 100644 --- a/src/plugins/lua/forged_recipients.lua +++ b/src/plugins/lua/forged_recipients.lua @@ -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