http://bugzilla.spamassassin.org/show_bug.cgi?id=3353





------- Additional Comments From [EMAIL PROTECTED]  2004-05-07 11:52 -------
Subject: Re:  spamd syslog broken?

There is a missing call to openlog_for_spamd().
This diff is against svn version 10562.

Fletcher

--- spamd.raw.orig      2004-05-07 12:37:05.000000000 -0500
+++ spamd.raw   2004-05-07 13:20:41.415001000 -0500
@@ -349,6 +349,7 @@
       if $opt{'debug'};
     eval {
       defined( setlogsock('inet') ) || die $!;
+      openlog_for_spamd();
       syslog( 'debug', "%s", "spamd starting" );
       syslog( 'debug', "%s", "failed to setlogsock(${log_socket}): $err" );
       syslog( 'debug', "%s",





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to