#!/bin/sh

#Remove all items older than one week from the quarantine - Based on idea from Jim Ebright
/usr/sbin/tmpwatch -cf 168 /var/spool/MD-Quarantine

#Run an expiry run on the database for Bayesian Tokens
#/usr/local/bin/sa-learn --force-expire -D --username=defang -C /etc/mail/sa-mimedefang.cf 

