Yesterday, I installed above softwares. I need deny mails with zip with password. In qmail-scanner-queue.pl I have set got related settings:
$BLOCK_PASSWORD_PROTECTED_ARCHIVES='1';
$redundant_scanning='0';
$force_unzip='1';
When I tried send mail with zip attachement, qmail messaged me qq error. I found that this message is related with Q-S msg (line 2210) "corrupt or unknown Kaspersky scanner error or memory/resource/perms ....". This was caussed that ksapersky return code 10 when zip is with password. Code 10 isn't serviced in (line 2196) Q-S: if($avp_status =~ /^(0|5|20|21|25)$/). I add here 10 but I don't know that it's Q-S bug or I made some mistake in my Q-S configuration.
Sorry for my english. Marek
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
