e9a996a6b6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/spamassassin#ae8ad37be3950d10a602eeb3bdd13db7689e12c1
17 lines
345 B
SYSTEMD
17 lines
345 B
SYSTEMD
### Spamassassin Rules Updates ###
|
|
#
|
|
# http://wiki.apache.org/spamassassin/RuleUpdates
|
|
#
|
|
# sa-update automatically updates your rules once per day if a spam daemon like
|
|
# spamd or amavisd are running.
|
|
|
|
[Unit]
|
|
Description=Spamassassin Rules Update timer
|
|
Documentation=man:sa-update(1)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|