/var/log/dspam/*.log {
    missingok
    monthly
    compress
    postrotate
	/bin/kill -HUP `cat /var/run/dspam/dspam.pid 2> /dev/null` || /bin/true
    endscript
}
