summaryrefslogtreecommitdiff
path: root/dovecot/cron.weekly/local-archivemail
blob: 5923fc0dcbbb06b1617a309287dcb90b7c184bb4 (plain)
  1. #!/bin/sh
  2. find /home -mindepth 3 -maxdepth 3 -type d -iregex '/home/[^/]+/Maildir/\.\(\(mail\|INBOX\)\.\)?\(Trash\|Deleted \(Messages\|Items\)\)' -exec archivemail --delete --quiet '{}' ';'