Bug 132842

Summary: spamd options should be in /etc/sysconfig/spamassassin (or spamd)
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: spamassassinAssignee: Chip Turner <cturner>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: felicity, jm, reg+redhat, scop, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-17 19:00:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy Katz 2004-09-17 18:38:11 UTC
The spamassassin service has all of the options hard-coded in the
initscript, which is less than ideal for actually being able to change
them.  An (optional) /etc/sysconfig/spamassassin as is done for a
number of other services would make this easier to tweak.

Comment 1 Warren Togami 2004-09-17 18:48:49 UTC
Huh?

# Set default spamd configuration.
SPAMDOPTIONS="-d -c -m5 -H"

# Source spamd configuration.
if [ -f /etc/sysconfig/spamassassin ] ; then
        . /etc/sysconfig/spamassassin
fi

It already does so.

Comment 2 Jeremy Katz 2004-09-17 19:00:21 UTC
Sorry, blindness or lack of sleep one (or both :)