aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Write user's name to rspamd logVsevolod Stakhov2010-09-091-0/+8
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-027-33/+77
* * 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-273-35/+173
* * Make spf parser case insensitiveVsevolod Stakhov2010-08-261-13/+13
* * Fix races in fuzzy storageVsevolod Stakhov2010-08-262-17/+23
* * Fix assertion while extracting internet addressVsevolod Stakhov2010-08-261-6/+8
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-255-0/+38
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-259-22/+270
* * Move images library to core rspamdVsevolod Stakhov2010-08-238-1/+396
* * Ignore rfc822 group addressesVsevolod Stakhov2010-08-191-6/+11
* * Fix normalization for systems that have not tanhl functionVsevolod Stakhov2010-08-181-2/+2
* * Fix assertion while look up value in NULL hash (found by cirtin)Vsevolod Stakhov2010-08-181-0/+1
* * Some fixes to fuzzy hashes expiration:Vsevolod Stakhov2010-08-181-4/+15
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-133-14/+19
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-135-19/+410
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-062-13/+29
* * Fixes to winnow learningVsevolod Stakhov2010-08-054-60/+135
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-044-4/+15
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-044-8/+22
* * Fix some logic errors in learningVsevolod Stakhov2010-08-031-6/+8
* * Improve logic of learning messages: do not learn more than specific thresholdVsevolod Stakhov2010-08-022-9/+83
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-022-5/+13
* * Fix inserting composite symbolVsevolod Stakhov2010-08-022-6/+2
* * Output message id in rspamc replyVsevolod Stakhov2010-07-311-3/+8
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-314-15/+43
* * Fix quit command in controller interfaceVsevolod Stakhov2010-07-301-1/+1
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1
* * Fix error with writing symbols cache fileVsevolod Stakhov2010-07-283-15/+15
* * Fix parsing txt records to avoid reading of uninitialized dataVsevolod Stakhov2010-07-282-5/+8
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-283-35/+42
* * Fix labels parsingcebka2010-07-281-3/+6
* * Add ability to check dns black lists by multimap moduleVsevolod Stakhov2010-07-281-2/+24
* * Allocate some more bytes for read buffer to avoid incorrect behavoiurVsevolod Stakhov2010-07-271-2/+2
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-273-74/+141
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-272-3/+128
* * Pre-init symbols cache when rereading configVsevolod Stakhov2010-07-271-0/+4
* * Improve lua loggingVsevolod Stakhov2010-07-261-4/+35
* * Turn off debug_ip during reload if it was disabled by new configVsevolod Stakhov2010-07-262-6/+7
* * Fix extracting arguments in lua logger interfaceVsevolod Stakhov2010-07-261-4/+4
* * More debugVsevolod Stakhov2010-07-258-10/+14
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-2512-18/+178
* * Save in regexp cache the whole regexp with header name (if exists) and with...Vsevolod Stakhov2010-07-231-1/+2
* * Empty and non-empty parts are allways differentVsevolod Stakhov2010-07-201-0/+4
* * Do not compare empty partsVsevolod Stakhov2010-07-201-4/+6
* * Stupid error in calculation compressed label lengthVsevolod Stakhov2010-07-201-1/+1
* * Handle empty from headerVsevolod Stakhov2010-07-201-1/+1