aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-2/+0
* * Add ability to check dns black lists by multimap moduleVsevolod Stakhov2010-07-281-2/+24
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-0/+125
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-201-1/+1
* * Change metric logicVsevolod Stakhov2010-06-165-46/+20
* * Add more logic to fuzzy mappingsVsevolod Stakhov2010-05-141-3/+27
* * Add maillist plugin for detecting mailmain/ezml and subscribe.ru listscebka@lenovo-laptop2010-02-011-0/+179
* * Do not produce lua warning when message has no headers or has unresolved ho...cebka@lenovo-laptop2010-01-251-0/+4
* * Add right way to pass config params with common names to lua scriptsVsevolod Stakhov2009-11-112-10/+9
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-0/+73
* * Convert all string values to lowercase in once_received moduleVsevolod Stakhov2009-10-271-5/+8
* * Fix patterns matching in lua pluginsVsevolod Stakhov2009-10-262-3/+3
* * Remove utf8 usage in forged recipients pluginVsevolod Stakhov2009-10-201-1/+1
* * Small improvement of lua styleVsevolod Stakhov2009-10-171-1/+1
* * Trim brackets in forged recipients pluginVsevolod Stakhov2009-10-141-1/+5
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-10/+21
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-132-1/+70
* * Forgotten in previous commitVsevolod Stakhov2009-10-091-20/+20
* * Improve logic of lua plugins:Vsevolod Stakhov2009-10-092-17/+67
* * Add once_received plugin (by dmx)Vsevolod Stakhov2009-10-051-0/+15
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-021-3/+3
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-0/+53