aboutsummaryrefslogtreecommitdiffstats
path: root/src/expressions.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix error with writing symbols cache fileVsevolod Stakhov2010-07-281-8/+8
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-2/+3
* * More debugVsevolod Stakhov2010-07-251-0/+1
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-0/+16
* * 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
* * Assume 7bit as default transfer encodingVsevolod Stakhov2010-07-161-1/+9
* * Add more debug to comparing parts distance functionVsevolod Stakhov2010-07-161-2/+4
* * Add ability to set metric's action from config fileVsevolod Stakhov2010-07-151-1/+1
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-0/+5
* * Remove some warningsVsevolod Stakhov2010-05-311-3/+3
* * Fix more gmime2.4 issuesVsevolod Stakhov2010-05-311-24/+27
* * Fix strict aliasing while compiling with optimizationVsevolod Stakhov2010-05-311-1/+2
* * Fix build with gmime24Vsevolod Stakhov2010-05-271-5/+43
* * Fix config reloadingVsevolod Stakhov2010-05-131-16/+24
* * Call lua functions like C functions in expressionsVsevolod Stakhov2010-04-081-1/+15
* * Add classifiers and composites sections to dumpVsevolod Stakhov2010-04-061-9/+11
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-42/+42
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-50/+52
* * Retab, no functional changesVsevolod Stakhov2009-10-021-537/+542
* * Make composites workingVsevolod Stakhov2009-09-251-0/+13
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-3/+3
* * Fix 'cc' urls parsingVsevolod Stakhov2009-07-161-0/+24
* * Fix distance calculation for common recipientsVsevolod Stakhov2009-07-081-1/+1
* * Fix issue with group addressesVsevolod Stakhov2009-07-011-1/+1
* * Fix rspamd functions registrationVsevolod Stakhov2009-06-181-1/+1
* * Add function "raw_header_exists" for finding headers that are not parsed by...Vsevolod Stakhov2009-06-111-8/+0
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-0/+91
* * Fix memory leak when ref'ing message mime part without unrefing itVsevolod Stakhov2009-05-081-6/+9
* * Improve loggingVsevolod Stakhov2009-05-061-1/+1
* * Fix error in regexps results hashingVsevolod Stakhov2009-05-041-5/+15
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-1/+1
* * Fix function get_transfer_encodingVsevolod Stakhov2009-04-271-1/+1
* * Add expression parser utilityVsevolod Stakhov2009-04-271-1/+1
* * Also try to search for headers in raw headersVsevolod Stakhov2009-04-231-1/+9
* * Some more bugs are (hopefuly) fixedVsevolod Stakhov2009-04-231-5/+8
* * Handle parsed regexp as not-parsed regexps in expressionsVsevolod Stakhov2009-04-231-2/+2
* * Another tryVsevolod Stakhov2009-04-231-1/+1
* * Try to correctly read regexpsVsevolod Stakhov2009-04-231-1/+1
* * Another fix to regexps parserVsevolod Stakhov2009-04-231-2/+2
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-231-2/+3
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-231-45/+143
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-6/+10
* * Add function compare_transfer_encoding for checking message content transfe...Vsevolod Stakhov2009-04-211-0/+39
* * Add some debugVsevolod Stakhov2009-04-201-0/+2
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-161-2/+11
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-1/+9
* * Fix addresses filling in compare_distance functionVsevolod Stakhov2009-04-061-4/+2
* * Parse function's regexp using not temporary task pools, but permament confi...Vsevolod Stakhov2009-04-061-5/+5