mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-07-25 13:36:06 +00:00
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 <t.lamprecht@proxmox.com> Reported-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
16dede70ee
commit
27fa397c02
2
debian/patches/bug_7577_freemail_plugin
vendored
2
debian/patches/bug_7577_freemail_plugin
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user