diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-04 13:41:26 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-04 13:41:26 +0000 |
commit | 703fb40d6e37c5337a23694bce1bb114b7d7516a (patch) | |
tree | ebdba3aaa9018a01c21702c0785f00c609e77e21 /config.h.in | |
parent | d0314f0ca99d2485054b692de565729f4e961306 (diff) | |
download | rspamd-703fb40d6e37c5337a23694bce1bb114b7d7516a.tar.gz rspamd-703fb40d6e37c5337a23694bce1bb114b7d7516a.zip |
Rework fuzzy check module.
- Now all checks are organized to rules.
- Allow to specify read_only rules to avoid problems on learning.
- Use better normalizer for fuzzy module and it now returns values
from 0 to 1.0 (like bayes does).
- Update configuration accordingly.
- Drop legacy configuration support.
- Detect tanh as well and provide some reasonable (linear) fallback.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index c7e44d846..e387d5d1c 100644 --- a/config.h.in +++ b/config.h.in @@ -145,6 +145,7 @@ #cmakedefine HAVE_FLOCK 1 #cmakedefine HAVE_TANHL 1 +#cmakedefine HAVE_TANH 1 #cmakedefine HAVE_EXPL 1 #cmakedefine HAVE_EXP2L 1 |