tiny, low priority patch for ZMailer

Mariano Absatz mailscanner at LISTS.COM.AR
Wed Jun 2 21:46:37 IST 2004


Hi Julian,

I just noticed a small bug (mostly invisible to everyone) that slipped thru
in the very first version of ZMailer support for MailScanner.

It's a 'print STDERR' that should be commented out and is not.

--- ZMDiskStore.pm.ORI  Wed Jun  2 17:39:46 2004
+++ ZMDiskStore.pm      Wed Jun  2 17:40:05 2004
@@ -219,7 +219,7 @@
     my $b= Body->new( $this->{hdpath} );
     $b->Start();
     my $line;
-    print STDERR "originalBody\n";
+    #print STDERR "originalBody\n";
     while( $line= $b->Next() ) {
       $Tf->print($line);
     #print STDERR "BODY:  $line";


See if you can add it so next version is OK...

BTW, I noticed this after implementing what I posted in
http://tinyurl.com/2hpgn and logging MailScanner's STDOUT and STDERR...
suddenly, my logs got full of
'originalBody'
lines :-)

Were you able to take a look at the patches I posted there?

Do you think it has a chance of getting in the main trunk?

FWIW, I have it working very smoothly on two production environments (one of
them is a 12-server border farm for a large ISP... I'll be reporting about
this next week)

Regards.

--
Mariano Absatz
El Baby
----------------------------------------------------------
Everyone must believe in something. I believe I'll have another drink.
      -- W.C. Fields

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html



More information about the MailScanner mailing list