1 |
# sa-update configuration |
2 |
# |
3 |
# Note that the opposite of "yes" is the empty string, NOT "no" |
4 |
|
5 |
# Don't run sa-update even if it's in /etc/cron.d/ - as installed |
6 |
#SAUPDATE=no |
7 |
|
8 |
# Run sa-update even if no daemon is detected |
9 |
#SAUPDATE=yes |
10 |
|
11 |
# Default: Run only if a daemon is detected |
12 |
|
13 |
# Options for the actual sa-update command |
14 |
# These are added to the channel configuration from |
15 |
# /etc/mail/spamassassin/channel.d/*.conf |
16 |
# OPTIONS=-v |
17 |
|
18 |
# Debug script - send mail even if no update available |
19 |
# DEBUG=yes |
20 |
|
21 |
# Send mail when updates successfully processed |
22 |
# Default: send mail only on error |
23 |
#NOTIFY_UPD=yes |