https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6127
--- Comment #12 from Mark Martinec <[email protected]> 2009-06-10 02:38:52 PST --- > Thanks. Do you have a sample logging module? I am sure I can come up with one > but I am running a production system and it would be helpful to have a sample > from the experts to minimize problems. Are we talking about sub-spamassassin.pl in qmail-scanner? It is not calling SpamAssassin directly, but just forking a spamc and feeding mail to it through a pipe. So as far as SpamAssassin is concerned, this is a classical spamc/spamd setup. All your logging is controlled by command line options on spamd, see its man page. You may want to run it non-daemonized, with -D or --debug=all, --syslog=stderr, perhaps with stdout and stderr jointly redirected to some file. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
