ANNOUNCE: 4.01-5( postmaster notice problem)

Rose, Bobby brose at MED.WAYNE.EDU
Tue Oct 22 06:26:25 IST 2002


Well this broke by this change between -3 and -5 in the MessageBatch.pm

@@ -544,7 +548,7 @@
   # Create all the email messages
   $counter = 0;
   while(($id, $message) = each %{$this->{messages}}) {
-    next unless $message->{infected};
+    next if !$message->{infected} || $message->{deleted};
     next unless MailScanner::Config::Value('sendnotices', $message);
     $postie = MailScanner::Config::Value('noticerecipient', $message);
     $headers{$postie} = $message->CreatePostmasterHeaders()

-----Original Message-----
From: Rose, Bobby 
Sent: Monday, October 21, 2002 11:10 PM
To: MAILSCANNER at JISCMAIL.AC.UK
Subject: Re: ANNOUNCE: 4.01-5 released


Actually sending the clean virus message to recipients is working here.
Just not notification to sender 4.01-3 rev and up and postmaster
notification since 4.01-5

This is on Solaris.



-----Original Message-----
From: Ben C. O. Grimm [mailto:mailscanner-sub at WIREHUB.NET] 
Sent: Monday, October 21, 2002 9:32 PM
To: MAILSCANNER at JISCMAIL.AC.UK
Subject: Re: ANNOUNCE: 4.01-5 released


On 22 Oct 2002 02:43:32 +0200, "Rose, Bobby" <brose at MED.WAYNE.EDU>
wrote:

> Ugh...  Besides not getting Warning messages sent, now I'm not getting

> postmaster notices after upgrading to this version.  I'm even trying
> using the distro'd mailscanner.conf.

Same here: no warnings are sent at all (not to sender, not to
postmaster; not sending to intended recipients anyway, but that probably
does not work either ..).




More information about the MailScanner mailing list