From 5dff4afb03e7fbfb721285c4a95dfd2366badd64 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 3 Sep 2014 18:31:30 +0100 Subject: [PATCH] Fix forged_recipients plugin. --- src/plugins/lua/forged_recipients.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/lua/forged_recipients.lua b/src/plugins/lua/forged_recipients.lua index 6fc1bcd83..44cd6994a 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 -- 2.39.5