/var/log/spam_check/*.log {
	monthly
	missingok
	rotate 4
	compress
	notifempty
	create 644 _spam_check root
}

/var/lib/spam_check/blocklist/block_list_arc {
	monthly
	rotate 4
	nocompress
	notifempty
	create 644 _spam_check _spam_check
}
