diff options
Diffstat (limited to 'amavis/cron.weekly/local-amavis')
-rwxr-xr-x | amavis/cron.weekly/local-amavis | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/amavis/cron.weekly/local-amavis b/amavis/cron.weekly/local-amavis deleted file mode 100755 index 703ed13..0000000 --- a/amavis/cron.weekly/local-amavis +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# -# local amavis cron weekly - -set -e - -if [ -x /usr/bin/archivemail ]; then - for mbox in spam-quarantine spamalert virus-quarantine virusalert; do archivemail -d 30 --delete /var/lib/amavis/mboxes/$mbox; done -fi - -exit 0 |