Debug level?

David Relson relson at osagesoftware.com
Wed May 25 23:51:07 CEST 2005


On Wed, 25 May 2005 07:18:52 -0700
David Carmean wrote:

> 
> Is there a way to increase the debugging level without increasing the
> verbosity of stdout?  (looking at the source, I can't find it.)
> 
> I'm having a problem with bogofilter0.94.11 periodically hanging after 
> being invoked by procmail, and I want to capture debugging info.

Bogofilter's debug output is to stderr (unless you use "-D" which
changes it to stdout).

You might try running bogofilter via a script that would redirect
stderr to a file, for example:

  DATE="bf.`date +%s`.out"
  bogofilter ... 2> $FILE

HTH,

David




More information about the Bogofilter mailing list