Davide hi, I use Windows, and there dozens of directories (folders and sub-folders). Is there any batch/tool/script that does this automatically so I can schedule it?
Thanks, Michael. ----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: "XMail" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 7:50 PM Subject: [xmail] Re: Deleting Old Queue > > On Wed, 9 Jul 2003, Michael Lugassy wrote: > > > Hi there, > > > > How can I delete old queue, log files and undelivered messages? > > Wild way : remove everything that starts with a digit inside spool > (note "local" and "temp" do not start with a digit) > > Carefull way: Remove frozen files and associated slog files > > In Unix this will do it : > > # find $MAIL_ROOT/spool -type f | grep '/froz/' | sed 's/froz/slog/' | xargs rm -f > # find $MAIL_ROOT/spool -type f | grep '/froz/' | xargs rm -f > > > > - Davide > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
