[cvs] bogofilter/src bogoconfig.c,1.136,1.137 configfile.c,1.33,1.34 configfile.h,1.10,1.11

Matthias Andree matthias.andree at gmx.de
Sun Jan 18 21:28:03 CET 2004


On Sat, 17 Jan 2004, relson at users.sourceforge.net wrote:

> Update of /cvsroot/bogofilter/bogofilter/src
> In directory sc8-pr-cvs1:/tmp/cvs-serv460/src
> 
> Modified Files:
> 	bogoconfig.c configfile.c configfile.h 
> Log Message:
> Add '--option=value' to permit config file options on the command line.
> 
> +	case '-':
> +	    process_config_option(optarg, true, PR_COMMAND);
> +	    break;
> +

Is this the right thing to do? I doubt it. I'd think we'd use gnugetopt
to parse "--option"s and use a dedicated option (yes, yet another) to
expose configuration file options.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95




More information about the bogofilter-dev mailing list