#!/bin/sh

MAINTENANCE_OPTIONS=""

# Source our config
[ -f /etc/default/dspam ] && . /etc/default/dspam

[ -x /usr/bin/dspam_maintenance ] && /usr/bin/dspam_maintenance $MAINTENANCE_OPTIONS

exit 0
