enhancement: -v, -vv, and -vvv

Allyn Fratkin allyn at fratkin.com
Tue Oct 22 17:18:22 CEST 2002


David Relson wrote:

> In a case like this, I often add a "*0" to deactivate the statement, as in:
>
> -  if (verbose > 1)
> +  if (verbose*0 > 1)
>
> This leaves the statement in place and allows me to easily reactivate it
> when I want to.

my intention was not to disable the code, just relocate it to a more
appropriate (imho) debug level.  since the code isn't mine, it really isn't
mine to enable or disable.

-- 
Allyn Fratkin             allyn at fratkin.com
Escondido, CA             http://www.fratkin.com/





More information about the bogofilter-dev mailing list