• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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