On 09/17/2016 11:35 AM, Marcus Schopen wrote:
Am Samstag, den 17.09.2016, 10:36 +0200 schrieb Axb:
On 09/17/2016 10:17 AM, Marcus Schopen wrote:
Hi,
is there a concept for updating from multiple channels
in /etc/cron.daily/spamassassin so that sa-compile is called only if one
channel got updates?
/etc/cron.daily/spamassassin is not part of the SA project. It's usually
something added by a distro maintainer
just add conjobs for the "other" channels as per sa-update docs
(http://spamassassin.apache.org/full/3.4.x/doc/sa-update.txt)
Ah, understand. Thanks.
If I use --channelfile to list all update servers in one file, I have a
problem to mix servers with gpgkey and without. Do I need to use
--channel for each server instead of --channelfile to be able to specify
--gpgkey or --nogpg or how can I mix that?
I've never used --channelfile so I can't tell.
as different channels may require different update frequency, etc, I've
always chosen to us one cronjob per channel and/or server.
Makes it easier to track and debug.
Maybe someone else can answer your question.