[PATCH] Re: "bogofilter -F" crashes

David Relson relson at osagesoftware.com
Sat Jan 15 20:04:24 CET 2005


On Sat, 15 Jan 2005 09:57:27 -0800
Andrew Pimlott wrote:

> I found that the -F option to bogofilter has been removed.  However,
> instead of giving a diagnostic, "bogofilter -F" crashes with SIGABRT.  I
> am using Debian unstable version 0.93.4-1.
> 
> Andrew

Hi Andrew,

'F' should have been removed from the options list, but wasn't.It's been
patched in CVS, with a copy of the patch below.

Thanks for spotting the problem and reporting it.

Regards,

David

Index: bogoconfig.c
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/src/bogoconfig.c,v
retrieving revision 1.205
diff -u -r1.205 bogoconfig.c
--- bogoconfig.c	9 Jan 2005 02:39:41 -0000	1.205
+++ bogoconfig.c	15 Jan 2005 19:02:20 -0000
@@ -327,7 +327,7 @@
 		  progtype, version, ds_version_str(), PACKAGE);
 }
 
-#define	OPTIONS	":-:bBc:Cd:DeFhHI:k:lL:m:MnNo:O:pqQRsStTuUvVx:X:y:"
+#define	OPTIONS	":-:bBc:Cd:DehHI:k:lL:m:MnNo:O:pqQRsStTuUvVx:X:y:"
 
 /** These functions process command line arguments.
  **



More information about the Bogofilter mailing list