]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- compare in hash table real sender, not (possibly) faked
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 11 Mar 2004 11:13:11 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-new-real_sender.patch -> 1.1

amavisd-new-real_sender.patch [new file with mode: 0644]

diff --git a/amavisd-new-real_sender.patch b/amavisd-new-real_sender.patch
new file mode 100644 (file)
index 0000000..3654e7b
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./amavisd.org      Thu Mar 11 12:09:45 2004
++++ ./amavisd  Thu Mar 11 12:10:33 2004
+@@ -5928,7 +5928,7 @@
+ #   my($notify_virus_admin_only_if_sender_is_local) = 0;
+     # try to find a per-sender administrator
+-    my($admin) = lookup($msginfo->sender, \%virus_admin,$virus_admin,$mailto);
++    my($admin) = lookup($msginfo->sender_source, \%virus_admin,$virus_admin,$mailto);
+     if ($admin eq '') {
+       do_log(4, "Skip virus_admin notification for <".$msginfo->sender.
+                 ">, no admin specified");
This page took 0.073409 seconds and 4 git commands to generate.