http://bugzilla.spamassassin.org/show_bug.cgi?id=4131
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From [EMAIL PROTECTED] 2005-02-10 10:25 -------
You must not use this feature to "share" a log file between two or more
processes because that will create great havoc as spamd doesn't use any
locking and keeps the logfile always opened.
The log-to-file feature is currently a bit fragile, if you want to do more
(including rotation) than simple appending to a logfile, you should probably
log to stderr and feed that to a log handler which is a bit more forgiving.
This feature is mostly used for our test framework.
I think the timestamp was already removed from the 3.1 codebase because it
clashed with some other logging tools. The "i: " stands for "information" btw
-- currently spamd always uses the loglevel INFO, but there are plans to
change that and such this part is some kind of upwards-compatibility.
I close this as WONTFIX as adding the string "spamd" doesn't make much sense
because of the first paragraph.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.