diff --git a/include/etc/cron.d/fetchmail b/include/etc/cron.d/fetchmail index 010990f..a20d98a 100644 --- a/include/etc/cron.d/fetchmail +++ b/include/etc/cron.d/fetchmail @@ -2,6 +2,5 @@ # SpamAssassin Bayes learning from mailboxes # # m h dom mon dow user command -#1,31 * * * * root if [ "0$USE_FETCHMAIL_PL" != "0" ]; then /bin/fetchmail.pl 2>&1; fi -1,31 * * * * root if [ "0$USE_FETCHMAIL_PL" != "0" ]; then echo /bin/fetchmail.pl 2>&1; fi +#20,50 * * * * root if [ "0$USE_FETCHMAIL_PL" != "0" ]; then /bin/fetchmail.pl 2>&1; fi