diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-04-02 01:27:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-04-02 01:27:10 +0200 |
commit | 6dde24c29f657b097e0521a8f3915db06540bd0f (patch) | |
tree | 8c6c454567822575e96d1a797fadad728c10553c /amavis/cron.weekly/local-amavis | |
parent | d4b12a6b0432d53883c493a8f14b1dde522895de (diff) |
Drop no longer used script.
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 |