summaryrefslogtreecommitdiffstats
path: root/network/dbmail/dbmail.cron
blob: 3cf4e0cd956e02b5670545b4f0c6f81f5381ca27 (plain)
#!/bin/sh

# cleanup deleted messages
if [ -x /usr/sbin/dbmail-util ]; then
	/usr/sbin/dbmail-util -ay 2>&1 > /dev/null
fi