bogofilter config file

David Relson relson at osagesoftware.com
Wed Oct 30 20:15:39 CET 2002


Bogofilter now has a simple config file.  CVS has a sample file, named 
bogofilter.cf.  An example of its usefulness is that the SPAM_HEADER_NAME, 
e.g. "X-Bogosity", can be supplied via this file.

File config.c provides the code to read the file, recognize the parameters 
and keywords and process them.  Like getopt_long() it has a table giving 
names, types, and location.  At present config.c can handle data items of 
type integer, double, and string as well as wordlist definitions (think 
"ignore list" and "multiple lists").  Bogofilter will look for the config 
file in /etc ( for /etc/bogofilter.cf) and in the user's home director (as 
~/.bogofilter.cf).
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
relson at osagesoftware.com       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800





More information about the bogofilter-dev mailing list