Package: tumgreyspf
Version: 1.35-7
Severity: minor
Hi!
I see a lot of output from tumgreyspf's crontab like this:
===
find: `/var/lib/tumgreyspf/data/client_address/118/26/check_file': No such file
or directory
===
Shouldn't line 34 of /etc/cron.daily/tumgreyspf be something like:
===
find ${k}/ -name check_file -mtime
+${GREYLISTEXPIREDAYS} -delete
===
instead this?
===
find ${k}/check_file -mtime +${GREYLISTEXPIREDAYS}
-delete
===
Thank you!
Best regards,
Nelson
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]