A suggestion on bogofilter option -s and -n

Wang Jian lark at linux.net.cn
Tue Jun 29 15:21:57 CEST 2004


Hi,

My suggestion is adding an option, when it used with -s and -n,
bogofilter will first check if the mail is spam (or ham) using the
current database. If it is spam, -s will not register it; if it is ham,
-n will not register it. This is real "train on error" behaviour.

You could say that we can use a script to wrap it. Yes. But if the mail
is MIME encoded, the two passes using script is expensive, because the
decoding takes time. The lexer emits the parsed tokens in the memory, we
can use it for this two passes in one shot.

Just my 2 cents.

Regards


-- 
  lark




More information about the Bogofilter mailing list