• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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