# Rotate one of the hylafax log files.
# Other files are rotated from cron script: /etc/cron.weekly/hylafax
#
/var/spool/hylafax/log/xferfaxlog {
        monthly
        rotate 12
        compress
        delaycompress
        missingok
        notifempty
        create 600 uucp uucp
	minsize 100k
}

