aboutsummaryrefslogtreecommitdiffstats
path: root/README.utf8.txt
Commit message (Collapse)AuthorAgeFilesLines
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-0/+2
| | | | * Add function for searching html tag
* * Write simple approach of chartable module for raw mode textsVsevolod Stakhov2009-04-211-0/+20
| | | | * Add description and usage sample for chartable module
* * Add initial version of chartable plugin: now it can only detects mixed ↵Vsevolod Stakhov2009-04-211-0/+1
| | | | unicode characters
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-161-0/+1
| | | | * Add regexp flag /r for raw regexp of any types
* * Add 3 functions:Vsevolod Stakhov2009-03-301-0/+7
| | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
* * Add functions to operate with content-type header and describe them in ↵Vsevolod Stakhov2009-03-241-0/+8
| | | | documentation
* * Fix error in expression parser that causes bad errors with expressions ↵Vsevolod Stakhov2009-03-231-1/+22
| | | | | | | | | | | | 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
* * Add ability to match raw headersVsevolod Stakhov2009-03-171-1/+10
| | | | * Update documentation
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-121-2/+31
| | | | * Add documentation for rspamd regexp module
* * Use utf8 in description filesVsevolod Stakhov2008-11-061-0/+82
--HG-- rename : README-classify.koi8.txt => README-classify.utf8.txt rename : README.koi8.txt => README.utf8.txt