logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       SylFilter (tentative name) version 0.7

Name

       SylFilter - sylfilter

Options

-j     learn junk (spam) messages

       -c     learn clean (non-spam) messages

       -J     unlearn junk (spam) messages

       -C     unlearn clean (non-spam) messages

       -t     classify messages

       -v     show verbose messages

       -d     show debug messages

       -m n|r

              specify  filtering method n : Paul Graham (Naive Bayes) method r : Gary Robinson (Robinson-Fisher)
              method (default)

       --min-dev

              ignore if score near (default: 0.1)

       --robs

              Robinson's s parameter (default: 1.0)

       --robx

              Robinson's x parameter (default: 0.5)

       -B     do not bias probability for clean mail (Paul/Naive method only, may increase false-positive)

       -V     print version

       -h, --help

              print this help message

       -E <engine_name>

              specify key-value store engine (show below)

       -p <path>

              specify database directory

   Returnvalues:
       0      junk (spam)

       1      clean (non-spam)

       2      uncertain

              127 other errors

       Default database location: /root/.sylfilter/*.db

   Availablekey-valuestores:
              QDBM SQLite

See Also

       The full documentation for SylFilter is maintained as a  Texinfo  manual.   If  the  info  and  SylFilter
       programs are properly installed at your site, the command

              infoSylFilter

       should give you access to the complete manual.

Debian                                            October 2012                                      SYLFILTER(1)

Synopsis

sylfilter [options] message [message ...]

See Also