• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

how to delete old email?

L

lpittman

Guest
hi ...

i have my email all setup to move any emails tagged with *** SPAM *** to a Spam folder .. this works great.

now, the issue is my customers don't delete the damn emails ... *sigh*

so, i need to setup a script that will delete any email that is 1 week old, or older .. any suggestions?

thanks in advance ...

luke
 
Doing some more searching here and came up with the following:

find /var/qmail/mailnames/*/*/Maildir/.Spam/cur -type f -ctime +7 | xargs rm

anyone see any issues with running this via a cron on a CentOS 4.2/Plesk 8.0.1 system?

Thanks ...

Luke
 
Back
Top