]> git.pld-linux.org Git - packages/amavisd-new.git/blob - amavisd-new-real_sender.patch
- spaces -> tabs, other cosmetics
[packages/amavisd-new.git] / amavisd-new-real_sender.patch
1 --- ./amavisd.org       Thu Mar 11 12:09:45 2004
2 +++ ./amavisd   Thu Mar 11 12:10:33 2004
3 @@ -5928,7 +5928,7 @@
4  #   my($notify_virus_admin_only_if_sender_is_local) = 0;
5  
6      # try to find a per-sender administrator
7 -    my($admin) = lookup($msginfo->sender, \%virus_admin,$virus_admin,$mailto);
8 +    my($admin) = lookup($msginfo->sender_source, \%virus_admin,$virus_admin,$mailto);
9      if ($admin eq '') {
10         do_log(4, "Skip virus_admin notification for <".$msginfo->sender.
11                   ">, no admin specified");
This page took 0.028119 seconds and 3 git commands to generate.