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


------------------------------------------------------- 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

Reply via email to