summaryrefslogtreecommitdiffstats
path: root/src/message.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-0/+2
|
* * Fix learningVsevolod Stakhov2009-09-251-16/+0
|
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-0/+1
|
* * Add received headers parserVsevolod Stakhov2009-07-221-0/+9
|
* * Use own logging system to use static logging buffer instead of dynamically ↵Vsevolod Stakhov2009-06-161-0/+3
| | | | allocated one
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-0/+2
| | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-0/+2
| | | | * Add function for searching html tag
* * For mime parts set flag 'raw' and if we cannot determine charset of part ↵Vsevolod Stakhov2009-04-151-0/+1
| | | | | | or cannot encode it to utf8 just use for such parts raw regexps
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-031-0/+1
| | | | | | * Add 2 functions: - has_content_part(type, subtype) - has_content_part_len(type, subtype, min, max)
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-241-1/+1
|
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-0/+3
|
* * Fix error in expression parser that causes bad errors with expressions ↵Vsevolod Stakhov2009-03-231-1/+7
| | | | | | | | | | | | 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
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-21/+0
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * Make doxygen happy about structures membersVsevolod Stakhov2009-02-061-5/+5
|
* * Add some comments and documentationVsevolod Stakhov2009-02-051-0/+24
|
* * Rewrite message parserVsevolod Stakhov2009-01-211-0/+38
* Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts