Revision 2d9cf61c README
| b/README | ||
|---|---|---|
| 1 | 1 |
SylFilter - a message filter |
| 2 | 2 |
|
| 3 |
Copyright (C) 2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp> |
|
| 4 |
Copyright (C) 2011 Sylpheed Development Team |
|
| 3 |
Copyright (C) 2011-2012 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 4 |
Copyright (C) 2011-2012 Sylpheed Development Team
|
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 | 7 |
About This Program |
| ... | ... | |
| 35 | 35 |
$ make |
| 36 | 36 |
$ sudo make install |
| 37 | 37 |
|
| 38 |
By default, built-in subset of libsylph is used for message parsing. |
|
| 39 |
To use libsylph installed on your system, specify --with-libsylph option. |
|
| 40 |
|
|
| 41 |
./configure --with-libsylph=builtin use built-in LibSylph (default) |
|
| 42 |
./configure --with-libsylph=standalone use standalone version of LibSylph |
|
| 43 |
./configure --with-libsylph=sylpheed use Sylpheed's LibSylph |
|
| 44 |
|
|
| 45 |
If libsylph is installed on non-standard location, also use |
|
| 46 |
--with-libsylph-dir option. |
|
| 47 |
|
|
| 38 | 48 |
|
| 39 | 49 |
Usage |
| 40 | 50 |
===== |
| ... | ... | |
| 103 | 113 |
[ learning filter ] [ n-gram filter ] |
| 104 | 114 |
| |
| 105 | 115 |
[ bayesian filter ] --> spam |
| 116 |
| |
|
| 117 |
non-spam |
|
| 106 | 118 |
|
| 107 |
Library users can create arbitrary combination of provided filters.
|
|
| 119 |
The library users can create arbitrary combination of provided filters.
|
|
| 108 | 120 |
Users also can add their original custom filters. |
| 109 | 121 |
|
| 110 | 122 |
Please read the source of src/sylfilter.c for library usage. |
Also available in: Unified diff