Grinding to a halt processing Postfix messages

Mike Kercher mike at CAMAROSS.NET
Sun Jul 31 18:10:25 IST 2005


MailScanner mailing list <> scribbled on Sunday, July 31, 2005 11:38 AM:

> If you have been having a problem where MailScanner gives up
> processing messages after a few hours, causing it to just sit
> there and not process anything, I have a fix I would like you to try.
> 
> Edit /usr/lib/MailScanner/MailScanner/Postfix.pm and look at
> line 1117.
> It should say:
>     $filecount++ if -f $dir1name;
> Change it to say:
>     $filecount++ if -f $dir1name && $dir1name =~
> /$mta->{HDFileRegexp}/; (all of that should be on 1 line)
> 
> Please let me know if this helps.

This is on line 1099 for me with mailscanner-4.43.8-1

Mike

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!



More information about the MailScanner mailing list