Spam filter for email which can be invoked from mail delivery agents
Go to file
2023-01-13 21:14:55 +01:00
.fmf Adding .fmf directory 2022-04-06 11:57:45 +02:00
plans Adding fmf plan 2022-04-05 10:46:47 +02:00
.gitignore Simplified .gitignore 2018-06-21 11:10:39 +02:00
gating.yaml Adding gating.yaml 2022-04-05 10:47:04 +02:00
README.RHEL.Fedora Remove references to the SOUGHT channel 2020-03-18 12:58:23 +01: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 also commit sources 2022-12-19 15:25:23 -08: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-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 Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 21:14:55 +01: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
=========================================
spamassassin-3.3.x RPM package for RHEL 5+ or Fedora 11+ contains some new 
functionality beyond the upstream spamassassin documentation.

Upstream spamassassin-3.3.0 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.

1) For these reasons, our RPM package now runs nightly sa-update by default.

/etc/cron.d/sa-update
The default cron runs sa-update once every night.  You may edit this cron 
file to change the schedule of sa-update or to disable it entirely.  If you 
had modified this file in the past you may need to restore the new file 
from /etc/cron.d/sa-update.rpmnew

2) /usr/share/spamassassin/sa-update.cron
This script is executed by cron.  It 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

3) /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.

General Warnings
================
* DO NOT USE SARE or OpenProtect rules.  They are old and outdated, and
  can be dangerous.  Many of the useful rules have been integrated into
  upstream spamassassin.

Note about -d option
====================

With spamassassin 3.4.0, this package has switched the way spamd is started. 
You should no longer use the '-d' option in /etc/sysconfig/spamassassin. Doing 
so will result in spamd starting and stopping in a loop. The default 
/etc/sysconfig/spamassassin file has been adjusted for this, please merge 
this change into that file if you have made any changes to it.