request todo item

David Relson relson at osagesoftware.com
Tue May 11 13:23:30 CEST 2004


On Tue, 11 May 2004 07:16:41 -0400
Tom Allison wrote:

> can we add '-q' to bogotune to output only the suggested params as 
> currently indicated by the ---cut--- separaters?
> 
> Or is there some suggested way that I can strip this out and append to
> a config file for automated testing?

Not as elegant, but it can be done using grep, i.e.

  bogotune ... > bogotune.out
  cat bogotune.out | grep "=" | grep -v ":" > new.cf

Enjoy!



More information about the Bogofilter mailing list