Page 1 of 1

SpamAssassin 3.3.1 (testing) cron e-mails

Posted: Tue Dec 21, 2010 3:35 am
by breun
I have installed SpamAssassin 3.3.1 from atomic-testing on a few servers to test it. It seems to work just fine, but I get these e-mails from the update cronjob:
Subject: Cron <root@host> /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log

CHANNELURL=sought.rules.yerp.org
KEYID=6C6191E3
CHANNELURL=updates.spamassassin.org
KEYID=5244EC45
I guess these should be suppressed?

Re: SpamAssassin 3.3.1 (testing) cron e-mails

Posted: Tue Dec 28, 2010 2:30 pm
by breun
Lines 40 and 41 of /usr/share/spamassassin/sa-update.cron are:
echo "CHANNELURL=$CHANNELURL"
echo "KEYID=$KEYID"
Are these echo lines useful in a cronjob?

Re: SpamAssassin 3.3.1 (testing) cron e-mails

Posted: Fri Dec 31, 2010 8:07 am
by breun
I have removed those echo statements locally.