Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d16675692219c3ec9e04fa6722b2e301 > files > 4

dspam-3.9.0-9.fc14.x86_64.rpm

# Copyright 2007 Stevan Bajic <stevan@bajic.ch>
# Distributed under the terms of the GNU General Public License v3
#
# Logrotate old DSPAM logs.
#

tabooext + .gz

# Rotate the bigger files daily or when they reach 10MB
/var/log/dspam/dspam.messages /var/log/dspam/sql.errors /var/log/dspam/dspam.debug /var/log/dspam/bnr.log {
	create
	notifempty
	nomail
	noolddir
	missingok
	daily
	size 10M
	compress
	create 0644 dspam mail
}