• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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