Re: [Qmail-scanner-general] qmail-scanner-2.10 problem for some mails

2012-11-07 Thread Salvatore Toribio
Ok, this is a bug that is also present in the original qmail-scanner-2.10. It is only triggered if the email has a zip attachment and you enabled the redundant scanning. I fixed it last March without changing the data of the version. To fix it you can download again qs-2.10st and reinstall it,

Re: [Qmail-scanner-general] qmail-scanner-2.10 problem for some mails

2012-11-07 Thread Adrian Bulgariu
from the file: my $sha = Digest::SHA1->new; foreach $file (@dirContents) { if($file eq "." || $file eq ".." || $file =~ /^[0-9]+\.[0-9]+\-[0-9]+\.$hostname|^(orig\-|)$file_id|^textfile[0-9]+/){ next; } open(OFILE,$file) || &error_condition("mhr: cannot open file - '$file'");

Re: [Qmail-scanner-general] qmail-scanner-2.10 problem for some mails

2012-11-07 Thread Salvatore Toribio
Hi Adrian Line 3540 must be ad antivirus routine. So your antivirus couldn't read the file. What antivirus are you using at line 3540? Try to increase the memory assigned to qmail-smtpd, just a guess. ST At 18:18 +0200 6-11-2012, Adrian Bulgariu wrote: hi i recently discovered those error