aboutsummaryrefslogtreecommitdiffstats
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-1/+1
* Small fix to received parser.Vsevolod Stakhov2014-01-051-1/+1
* More fixes to received parser.Vsevolod Stakhov2013-06-241-8/+20
* Handle another case in received parser.Vsevolod Stakhov2013-06-241-5/+11
* Received parser fix.Vsevolod Stakhov2013-06-241-3/+3
* Improve received headers parser to accept exim style received.Vsevolod Stakhov2013-06-241-33/+97
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Do not try to detect tld urls inside HTML texts as it generates too much fals...Vsevolod Stakhov2012-08-211-1/+1
* Assume empty headers as headers with "" as value.Vsevolod Stakhov2012-06-041-1/+2
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-5/+5
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-2/+2
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-8/+17
* Remove some warnings.Vsevolod Stakhov2011-10-141-4/+1
* Fix process headers with ')' last symbol.Vsevolod Stakhov2011-08-181-0/+1
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-2/+2
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-2/+2
* Fix phishing detection with img flag.Vsevolod Stakhov2011-07-111-2/+8
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-19/+2
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-14/+6
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-31/+63
* Fix settings using.Vsevolod Stakhov2011-05-111-1/+0
* * Rework build process:Vsevolod Stakhov2011-05-101-2/+0
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-231-1/+42
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-091-0/+4
* Make phishing checks working.Vsevolod Stakhov2011-03-051-2/+3
* Assume headers folding as space character.Vsevolod Stakhov2011-03-051-0/+1
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-041-1/+5
* Try to fix memory issues.Vsevolod Stakhov2011-03-021-0/+2
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
* More warnings.Vsevolod Stakhov2011-02-241-2/+2
* Fix warnings.Vsevolod Stakhov2011-02-241-3/+3
* Fix FSM for headers parsing.Vsevolod Stakhov2011-02-241-4/+6
* Save separator inside raw_header struct.Vsevolod Stakhov2011-02-231-0/+15
* * Add options section into config to organize optionsVsevolod Stakhov2011-02-221-0/+1
* Fix patch for exim.Vsevolod Stakhov2011-02-211-0/+1
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-3/+197
* Fix received headers parser state machine to parse headers with only 'by' com...Vsevolod Stakhov2011-02-171-0/+3
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-23/+49
* * Add manual pages for rspamd and rspamc.Vsevolod Stakhov2011-02-071-1/+1
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-2/+2
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-241-7/+10
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-3/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-42/+42
* * Get message's headers more correctlyVsevolod Stakhov2010-09-271-1/+1
* * Fix getting data wrapper for gmime24Vsevolod Stakhov2010-09-011-0/+2
* * Assume all text/* content types as text/plainVsevolod Stakhov2010-09-011-1/+1
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-271-8/+0
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-251-0/+1
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-1/+7