aboutsummaryrefslogtreecommitdiffstats
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-1/+1
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-0/+8
* * More debugVsevolod Stakhov2010-07-251-1/+4
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-3/+29
* * MergeVsevolod Stakhov2010-07-191-1/+1
|\
| * * Improve loggingVsevolod Stakhov2010-07-191-1/+1
* | * Fix chartable module in utf modeVsevolod Stakhov2010-07-051-1/+1
|/
* * Fix more gmime2.4 issuesVsevolod Stakhov2010-05-311-10/+29
* * Fix build with gmime24Vsevolod Stakhov2010-05-271-2/+18
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-1/+21
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-4/+0
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-14/+14
* * Add ability for scanning non-mime (HTML) messagesVsevolod Stakhov2009-10-191-49/+105
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-3/+6
* * Retab, no functional changesVsevolod Stakhov2009-10-021-522/+530
* * Fix learningVsevolod Stakhov2009-09-251-155/+0
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-161-0/+1
* * Add asynchronous DNS resolver to lua APIVsevolod Stakhov2009-09-041-1/+1
* * Fix processing of empty partsVsevolod Stakhov2009-08-211-0/+2
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-301-1/+1
* * Fix some issues with empty partsVsevolod Stakhov2009-07-301-2/+2
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-6/+16
* * Fix multipart nestingVsevolod Stakhov2009-07-271-3/+19