[spambayes-bugs] [ spambayes-Bugs-824628 ] sb_dbexpimp.py, sb_filter.py option incompatibility

SourceForge.net noreply at sourceforge.net
Thu Feb 5 03:11:38 EST 2004


Bugs item #824628, was opened at 2003-10-16 20:35
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=824628&group_id=61702

Category: None
Group: Source code - CVS
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Janne Sinkkonen (janne)
Assigned to: Nobody/Anonymous (nobody)
Summary: sb_dbexpimp.py, sb_filter.py option incompatibility

Initial Comment:
Look at this: 
 
sb_dbexpimp.py --help 
[...] 
            -d: FN : name of pickled database file to use 
            -D: FN : name of dbm database file to use 
 
 
sb_filter.py --help 
[...] 
    -d DBFILE 
        use database in DBFILE 
    -D PICKLEFILE 
        use pickle (instead of database) in PICKLEFILE 
 
This inconsistency is functional, not only in the documentation. 
 

----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2004-02-05 21:11

Message:
Logged In: YES 
user_id=552329

Fixed (we dumped the freeze :)

----------------------------------------------------------------------

Comment By: Tony Meyer (anadelonbrin)
Date: 2003-10-17 10:36

Message:
Logged In: YES 
user_id=552329

As noted on the spambayes list, this can't be changed for the 
1.0 releases, because we have frozen those so that we don't 
break people's configuration.

See also a discussion of this on spambayes-dev a few months 
back (started by Greg Ward, IIRC).  The consensus was, I 
think, to use "-p filename" for pickles and "-d filename" for 
dbm.  This was before we had other classifier types (ie. SQL), 
though.  Overall, we recommend that users use the config file 
to set the storage method, not the command line.

Leaving open, as this does need to be resolved at some point 
(for 1.1a1, perhaps).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=824628&group_id=61702



More information about the Spambayes-bugs mailing list