The spamassassin rpms
Find a file
2026-01-03 11:15:43 -08:00
.fmf Adding .fmf directory 2022-04-06 11:57:45 +02:00
.gitignore Verify upstream source signatures 2023-04-02 16:01:43 -04:00
ci.fmf Update of fmf plans 2025-08-12 10:14:49 +02:00
gating.yaml Update of fmf plans 2025-08-12 10:14:49 +02:00
KEYS Verify upstream source signatures 2023-04-02 16:01:43 -04:00
plans.fmf Update of fmf plans 2025-08-12 10:14:49 +02:00
README.RHEL.Fedora Moderize spec and split sa-compile off to reduce deps 2024-05-27 10:47:12 -07:00
redhat_local.cf 3.0.3 final 2005-04-27 21:47:35 +00:00
sa-update.cronscript Fix sa-update to handle systemctl or service as the case may be. 2015-06-07 19:47:30 -06:00
sa-update.crontab - sa-update runs in cron automatically if spamd or amavisd is running If 2009-12-28 06:42:03 +00:00
sa-update.force-sysconfig Fix sa-update sysconfig script line wrapping 2010-10-29 09:41:18 -06:00
sa-update.logrotate fix the typo 2007-01-22 17:09:32 +00:00
sa-update.service Switch to systemd timer unit from cron for rules updates. Fixes bug #1064537 2015-04-03 11:34:14 -06:00
sa-update.timer Switch update timer to not need spamassassin service. Fixes bug #1645826 2020-04-22 09:43:12 -07:00
sources Update to 4.0.2. Fixes rhbz#2392141 2025-09-04 16:32:17 -07:00
spamassassin-4.0.0-add-logfile-homedir-options.patch Rebase razor homedir/logfile patch. 2022-12-21 12:27:35 -08:00
spamassassin-4.0.0-gnupg2.patch Update to 4.0.0. Fixes rhbz#2154501 2022-12-19 14:27:45 -08:00
spamassassin-4.0.1-remove_dep_to_digest_sha1.patch Remove dependency to Digest::SHA1 2024-11-29 10:25:27 +01:00
spamassassin-default.rc auto-import changelog data from spamassassin-2.44-11.8.x.src.rpm 2004-09-09 12:35:12 +00:00
spamassassin-helper.sh auto-import changelog data from spamassassin-2.44-11.8.x.src.rpm 2004-09-09 12:35:12 +00:00
spamassassin-official.conf sa-update channels defined in /etc/mail/spamassassin/channels/*.conf 2009-12-29 03:18:05 +00:00
spamassassin-spamc.rc auto-import changelog data from spamassassin-2.31-15.src.rpm 2004-09-09 12:34:26 +00:00
spamassassin.service Switch to systemd timer unit from cron for rules updates. Fixes bug #1064537 2015-04-03 11:34:14 -06:00
spamassassin.spec Add perl-Mail-DMARC requirement to enable DMARC plugin. Fixes rhbz#2316684 2026-01-03 11:15:43 -08:00
spamassassin.sysconfig Add razor log and home directory option 2018-06-19 07:57:51 +02:00
spamassassin.sysconfig.el Add razor log and home directory option 2018-06-19 07:57:51 +02:00

Notes for Spamassassin for RHEL or Fedora
=========================================
Upstream spamassassin is no longer distributed with rules.  Our package 
contains rules in order to be less of a surprise to system administrators.
However just as you wouldn't rely on antivirus software without signature
updates, spamassassin cannot be relied upon without regular rule updates.

A systemd timer unit/service is provided to do this daily.

Note that the update script runs sa-update only if a known spam 
daemon is running: spamd, amavisd, or mimedefang.  If you do not run any
of these spam daemons but wish to have nightly sa-update, you may 
override the daemon check in /etc/sysconfig/sa-update

/etc/mail/spamassassin/channel.d
All sa-update channels are defined in files contained in this directory.
See the existing config files as examples for writing your own config file.