This crude example below will kill anything in the directory below that is 7 days or older.. I am sure you could make it a little better but this is a start.
/bin/find /home/vpopmail/domains/test.com/Maildir/spam -mtime +7 -exec /bin/rm -rf () ; ----- Original Message ----- From: "Jason 'XenoPhage' Frisvold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 28, 2004 8:47 AM Subject: [toaster] Auto Expiring Mail
