#!/bin/sh

echo -n "run-filter called: " >> /var/log/qmail/qfilter/current
date >> /var/log/qmail/qfilter/current

exec /usr/bin/qmail-qfilter \
 /var/qmail/qfilter/qfilter-clamdscan 

echo -n "run-filter finished: " >> /var/log/qmail/qfilter/current
date >> /var/log/qmail/qfilter/current
