UserPreferences

TonyMeyer/MoinEditorBackup


Note: This wiki is now frozen; you can no longer edit it, and no interactive features work.

The 1.1 release includes a great many changes from the 1.0.x releases. We would appreciate users testing as many of these changes as possible, and reporting the results back to spambayes@python.org (either success or any problems). Please be as detailed as possible when reporting problems, including detailing any error messages and attaching any log files.

1. Experimental Options

SpamBayes 1.1a3 contains four new options which need testing (please let spambayes@python.org know how successful these are for you):

The first two of these can be tested by users of the Outlook plug-in, but at this point the latter two will have no effect for plug-in users. If Outlook users wish to try out the x-short_runs and/or x-lookup_ip options, they should open the "bayescustomize.ini" file in their application data directory (the "Advanced" tab of the SpamBayes Manager will find that for you) and add the lines:

        [Tokenizer]
        x-short_runs:True
        x-lookup_ip:True

Users of sb_server and/or sb_imapfilter can simply use the "Experimental Options" page via the web interface to enable any of these four options, as well as ones present in earlier SpamBayes versions.

2. Storage Types

        [Storage]
        persistent_use_database:zodb
        sb_dbexpimp.py -e -d "C:\Documents and Settings\{username}\Application Data\SpamBayes\default_bayes_database.db" -f bayes.csv
        sb_dbexpimp.py -i -f bayes.csv
            -o Storage:persistent_use_database:zodb
            -o "Storage:persistent_storage_file:C:\Documents and Settings\{username}\Application Data\SpamBayes\default_bayes_database.fs"

3. Translations

        [globals]
        language:fr,es_AR

4. Statistics

5. Outlook

6. sb_server

  1. In the web Configuration page, set SpamBayes to connect to port 995 of your mail server (e.g. instead of 'mail.example.com' in the "Remote Servers" option, you have 'mail.example.com:995').

  2. Manually add these lines to your configuration file:

            [pop3proxy]
            use_ssl:automatic
  1. Restart sb_server.

7. sb_imapfilter