aboutsummaryrefslogtreecommitdiffstats
path: root/src/expressions.c
Commit message (Expand)AuthorAgeFilesLines
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-151-2/+15
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-1/+6
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
* Avoid gmime asserts if no recipients are passed from MTA.Vsevolod Stakhov2011-01-211-0/+3
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-5/+5
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-0/+1
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-201-86/+241
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-7/+9
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-61/+61
* * Add trie interface to lua apiVsevolod Stakhov2010-09-221-0/+4
* * Fix assertion while extracting internet addressVsevolod Stakhov2010-08-261-6/+8
* * Ignore rfc822 group addressesVsevolod Stakhov2010-08-191-6/+11
* * 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