Bug 132842 - spamd options should be in /etc/sysconfig/spamassassin (or spamd)
Summary: spamd options should be in /etc/sysconfig/spamassassin (or spamd)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: spamassassin
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chip Turner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-17 18:38 UTC by Jeremy Katz
Modified: 2007-11-30 22:10 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-17 19:00:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 :)


Note You need to log in before you can comment on or make changes to this bug.