aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Write user's name to rspamd logVsevolod Stakhov2010-09-091-0/+8
|
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-027-33/+77
| | | | * Fixed statfile pool initialization and synchronization with disk
* * 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
| | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images
* * 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 ↵Vsevolod Stakhov2010-08-259-22/+270
| | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua
* * Move images library to core rspamdVsevolod Stakhov2010-08-238-1/+396
| | | | * Add lua api to access images properties
* * 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
| | | | | | - add parameter 'max_mods' that defines how much modification should occure before syncing cache - sync cache on reload - increase modifications on deleting and on modifying
* * Remove normalizer as it is winnow specific thing, so all statistic ↵Vsevolod Stakhov2010-08-133-14/+19
| | | | algorithms now returns value from 0 to 1
* * 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
| | | | * Display weight of symbols correctly
* * 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
| | | | * Fix inserting results for symbols that were incorrectly (for example more than 1 time) defined in config file
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-022-5/+13
| | | | * Add logging for learning
* * Fix inserting composite symbolVsevolod Stakhov2010-08-022-6/+2
| | | | * Fix output of log line
* * Output message id in rspamc replyVsevolod Stakhov2010-07-311-3/+8
|
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-314-15/+43
| | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin)
* * 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 error while working in utf mode when raw regexps was not created properly
* * 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
| | | | * Improve test logs for regexps
* * 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
| | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin
* * 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
| | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file
* * Save in regexp cache the whole regexp with header name (if exists) and ↵Vsevolod Stakhov2010-07-231-1/+2
| | | | | | with flags This issue can be a reason why similar regexp are NOT working for different headers
* * 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
|