/etc/cron.hourly/sa-update
sa-update --nogpg --channel updates.spamassassin.org retval="$?" if [ $retval -eq 0 ]; then compile=1; fi sa-update --nogpg --channel spamassassin.heinlein-support.de retval="$?" if [ $retval -eq 0 ]; then compile=1; fi sa-update --nogpg --channel sa.schaal-it.net retval="$?" if [ $retval -eq 0 ]; then compile=1; fi