http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5137
Summary: spamd options - order seems to be important
Product: Spamassassin
Version: 3.1.4
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P4
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Tried to get spamd to create a pid file.
The following order of options did NOT work:
/usr/perl5/bin/spamd -u mail -d -r /etc/exim/spamd.pid --syslog-socket=inet &
Experimented and found that the following worked:
/usr/perl5/bin/spamd -u mail -r /etc/exim/spamd.pid -d --syslog-socket=inet &
Surely the order of options should not matter?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.