]> source.dussan.org Git - rspamd.git/commit
* Fix error in expression parser that causes bad errors with expressions that have...
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 23 Mar 2009 11:10:07 +0000 (14:10 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 23 Mar 2009 11:10:07 +0000 (14:10 +0300)
commitc79b5ccd22cbc1c273479f4f88189a18effda533
tree1741743779a70146a61cd1767936aa43d671e36b
parentafdaddc4d0745a5bcefad73dd74fd4c03ae3de15
* Fix error in expression parser that causes bad errors with expressions that have regexp at the end
* Improve test for fuzzy hashes
* Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes
* Add documentation for expressions parser and fot Mail::Rspamd::TextPart
* Allways calculate fuzzy hash for text parts
* Store text parts separately from other parts
* Add compare_parts_distance for expressions that calculates difference in 2 parts messages
* Do not try to substitute variables in empty strings
16 files changed:
README.utf8.txt
perl/Makefile.PL.in
perl/Rspamd.pod
perl/Rspamd.xs
perl/Rspamd/Task.xs
perl/Rspamd/TextPart.xs [new file with mode: 0644]
perl/typemap
src/cfg_utils.c
src/expressions.c
src/filter.c
src/fuzzy.c
src/fuzzy.h
src/main.h
src/message.c
src/message.h
test/rspamd_fuzzy_test.c