aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Do not output control characters if output is not terminalVsevolod Stakhov2010-08-031-17/+23
* * 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
* * Document compositesVsevolod Stakhov2010-08-021-0/+21
* * 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-317-18/+49
* * Fix quit command in controller interfaceVsevolod Stakhov2010-07-301-1/+1
* Added tag 0.3.1 for changeset badcc2f4c3e5Vsevolod Stakhov2010-07-291-0/+2
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
* Added tag 0.3.1 for changeset 90c8a471ba4dVsevolod Stakhov2010-07-291-0/+1
* * 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 multimap documentationVsevolod Stakhov2010-07-281-0/+35
* * 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-273-4/+129
* * 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-2513-20/+182
* * 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
* * Some optimizations to client libraryVsevolod Stakhov2010-07-201-3/+3
* * Stupid error in calculation compressed label lengthVsevolod Stakhov2010-07-201-1/+1
* * Use ungreedy match to strip trailing whitespacesVsevolod Stakhov2010-07-201-5/+5
* * Strip trailing whitespace characters in Mail::Rspamd::ClientVsevolod Stakhov2010-07-201-5/+5
* * Improve reopenlog command in rc scriptVsevolod Stakhov2010-07-201-2/+1
* * Handle empty from headerVsevolod Stakhov2010-07-201-1/+1
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-202-4/+7
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-202-2/+4
* * Fix problems with parsing compressed namesVsevolod Stakhov2010-07-201-10/+37
* * Handle cases of broken requestsVsevolod Stakhov2010-07-192-4/+6
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-192-2/+8
* * Fix to rc scriptVsevolod Stakhov2010-07-191-0/+1
* * Adopt foreach for cmake 2.6Vsevolod Stakhov2010-07-192-3/+3
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-199-20/+55
* * MergeVsevolod Stakhov2010-07-194-12/+41
|\