Hi Maybe the problem is with mhr and zip attachments... There was an error there that has been fixed in version 2.11, but Jason forgot to mention it in the changes...
v2.10 if($file eq "." || $file eq ".." || $file =~ /^[0-9]+\.[0-9]+\-[0-9]+\.$hostname|^(orig\-|)$file_id|^textfile[0-9]+/){ v2.11 if(-d $file || $file eq "." || $file eq ".." || $file =~ /^[0-9]+\.[0-9]+\-[0-9]+\.$hostname|^(orig\-|)$file_id|^textfile[0-9]+/){ So updating to 2.11 should fix your problem. ST At 18:54 +1300 30-03-2013, Jason Haar wrote: >On 30/03/13 09:41, Chris Berry wrote: >> >> Fri, 29 Mar 2013 10:13:39 PDT:24830: mhr: starting scan of directory >> "/var/spool/qscan/tmp/relay136457719958624830"... >> >> Fri, 29 Mar 2013 10:13:39 PDT:24830: error_condition: >> X-Qmail-Scanner-2.10: Requeuing: Read failed: Is a directory at >> /var/qmail/bin/qmail-scanner-queue.pl line 2761 >> >> > >As each Q-S install is different, you will need to look at line 2761 in >qmail-scanner-queue.pl to see what it was trying to do. Looks like it >wanted to open a file but found a directory instead > >> relay:/var/spool/qscan # cat /var/qmail/bin/qmail-scanner-queue.pl | >> grep @scanner_array= >> >> my @scanner_array=("clamdscan_scanner","mhr_scanner","spamassassin"); >> >> >> I don't remember turning that on, but I see from the 2.10 change log >> notes that perhaps it's a new default? Since it's failing near there >> I'm wondering if that might be the problem. Any thoughts? >> >> > >You must have installed is as "automatic" - so it just enabled all the >AVs it discovered. You can explicitly tell the ./configure script you >only want clamdscan and SA and get rid of MHR if you wish > >-- >Cheers > ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general