Hi all

I've just reconfigured my qmail-scanner 1.16 to turn detailed logging on. I ran ./configure with the following options:

[EMAIL PROTECTED] /home/jesse/src/qmail-scanner-1.16 # ./configure --spooldir /var/spool/qmailscan --qmaildir /var/qmail --bindir /var/qmail/bin --qmail-queue-binary /var/qmail/bin/qmail-queue --admin virus_alert --domain va.com.au --notify sender --local-domains va.com.au --silent-viruses auto --lang en_GB --debug 1 --unzip 1 --add-dscr-hdrs 0 --archive 1 --redundant 0 --log-details 1 --fix-mime 1 --scanners "clamscan,verbose_spamassassin" --install 0

But it seems to have not noticed the "--install 0" and instead went ahead and tried to recreate the /var/spool/qmailscan/ directories etc and one of the things it did, from the log file at /var/spool/qmailscan/qmail-queue.log is:

14/03/2003 18:04:59:73360: s_q: cleaning up old files via /usr/bin/find /var/spool/qmailsc
an -type f ! -name '*.log' ! -name '*.txt' ! -name '*.db' ! -path '*/quarantine/*' -prune
-mmin +2160 -exec /bin/rm -f {} ;


which of course deleted all messages in the archives maildir that were older than 36 hours.

This would appear to be a bug.

Is this caused by my running ./configure in the same dir that i ran it the previous time, where I did give it --install 1 ??? I assumed that I could run ./configure in there as many times as I like and each time it would, from scratch, build a fresh qmail-scanner-queue.pl file with the new options. Am I mistaken?

Thankyou

Jesse

--
      Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au

    Email: jesse (at) va.com.au            > Website Development
    Phone: +61 (0)8 8223 2288              > Web & Email Hosting
      Web: http://jesse.va.com.au          > Streaming Media Hosting
                                           > Telehousing / Colocation


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to