ENrico Morelli wrote:Davide Giunchi writes:
qmail-scanner-1.20rc4]# diff sub-fsecure.pl sub-fsecure.pl.dist 13,14c13 < if ($DD =~ /([\w\d]+):(.*)$/im) { < #if ($DD =~ /(infection|infected):(.*)$/im) { ---if ($DD =~ /(infection|infected):(.*)$/im) {
Make this modific to sub-fsecure.pl:
sobstitute the line
if ($DD =~ /(infection|infected):(.*)$/im) {
with
if ($DD =~ /([\w\d]+):(.*)$/im) {
Then recompile qmail-scanner, this would solve your problem (or at least it solved for me).
Regards
--
Davide Giunchi
Thanks for your answer. But doesn't works for me.
I follow also the suggestion to increase the memory for qmail, but I have the same result.
With your correction:
corrupt or unknown F-Prot scanner error or memory/resource/perms problem - exit status 16777215
without your correction:
corrupt or unknown F-Prot scanner error or memory/resource/perms problem - exit status 1
Thanks ENrico Morelli
From the man page: the fsavd is started by fsav at each scan.
Is fsav an user?, if I'm not wrong the directory /var/spool/qmailscan/tmp/ is only readable for the user who runs qmail-scanner.
drwx------ 2 qscand qscand 4096 Oct 30 11:28 tmp
I still belive that it could be a problem with softlimit, try to increase it a lot, and if it works reduce it a little a retry.. and find a reasonable value for it.
ST
I also tried to increase the softlimit, but doesn't resolve the problem.
Thanks again
ENrico
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general