Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 0f4739a286fb3a17bd7ff8e9a158f824 > files > 4

dspam-3.10.1-1.fc16.i686.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
}