From 27fa397c02a541434cb880ea14da7a66cfd23daa Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Sep 2019 07:41:30 +0200 Subject: [PATCH] fixup: remove one additional space to match upstream commit https://pve.proxmox.com/pipermail/pmg-devel/2019-September/000554.html Signed-off-by: Thomas Lamprecht Reported-by: Stoiko Ivanov --- debian/patches/bug_7577_freemail_plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/bug_7577_freemail_plugin b/debian/patches/bug_7577_freemail_plugin index 8d882ba..b72d67a 100644 --- a/debian/patches/bug_7577_freemail_plugin +++ b/debian/patches/bug_7577_freemail_plugin @@ -48,7 +48,7 @@ Index: Mail-SpamAssassin-3.4.2/lib/Mail/SpamAssassin/Plugin/HashBL.pm $email =~ s/\@/[at]/g; - $pms->got_hit($rulename, "", description => $desc." ($email)", ruletype => 'eval'); + $pms->test_log($email); -+ $pms->got_hit($rulename, "", ruletype => 'eval'); ++ $pms->got_hit($rulename, "", ruletype => 'eval'); } sub _submit_email_query {