https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7679
Bill Cole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |[email protected] --- Comment #1 from Bill Cole <[email protected]> --- Fixed in 3.4 branch and trunk: r1851367 Index: 3.4/spamd/spamd.raw =================================================================== --- 3.4/spamd/spamd.raw (revision 1851363) +++ 3.4/spamd/spamd.raw (working copy) @@ -3507,6 +3507,7 @@ (used internally). Examples: + spamd -s mail # use syslog, facility mail (default) spamd -s ./mail # log to file ./mail spamd -s stderr 2>/dev/null # log to stderr, throw messages away Index: trunk/spamd/spamd.raw =================================================================== --- trunk/spamd/spamd.raw (revision 1851363) +++ trunk/spamd/spamd.raw (working copy) @@ -3519,6 +3519,7 @@ (used internally). Examples: + spamd -s mail # use syslog, facility mail (default) spamd -s ./mail # log to file ./mail spamd -s stderr 2>/dev/null # log to stderr, throw messages away -- You are receiving this mail because: You are the assignee for the bug.
