From 6dde24c29f657b097e0521a8f3915db06540bd0f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Apr 2011 01:27:10 +0200 Subject: Drop no longer used script. --- amavis/cron.weekly/local-amavis | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 amavis/cron.weekly/local-amavis (limited to 'amavis') 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 -- cgit v1.2.3