On Mon, Sep 15, 2003 at 05:18:49PM -0500, [EMAIL PROTECTED] wrote: > By "does not appear to be deleting", I mean it isn't working, but it might be > because I am doing something wrong. :) I > can run '/var/qmail/bin/qmail-scanner-queue.pl -z' by hand, and it says in the > qmail-queue.log that it is recreating > the quarantine file, and detecting clamscan and spamassassin, and doing a find for > .log, .txt, and .db files. But it > does not remove anything from working/new, even though several of these files are > from September 10th.
The problem was that qmail-scanner was using the Solaris 8 version of find, which has neither -path or -mmin. I installed the GNU version of find, changed qmail-scanner-queue.pl to use that, and now it is working fine. Perhaps configure could check to see if these options are supported? -- Jason ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
