summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-04-02 01:27:10 +0200
committerJonas Smedegaard <dr@jones.dk>2011-04-02 01:27:10 +0200
commit6dde24c29f657b097e0521a8f3915db06540bd0f (patch)
tree8c6c454567822575e96d1a797fadad728c10553c /amavis
parentd4b12a6b0432d53883c493a8f14b1dde522895de (diff)
Drop no longer used script.
Diffstat (limited to 'amavis')
-rwxr-xr-xamavis/cron.weekly/local-amavis11
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