Hi

There is a bug in the routine "sub cleanup", the bug only triggers if 
the option archive is enabled.

The check for the archivedir is wrong:

     # check if $archivedir exists
     if (-d "$scandir/$archivedir") {

Must be:

     # check if $archivedir exists
     if (! -d "$scandir/$archivedir") {

Version 1.21st-20040324 is fixed, you can download from:

<http://xoomer.virgilio.it/j.toribio/qmail-scanner/>

Cheers

Salvatore


mail1.usc.urbe.it



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

Reply via email to