aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/received_rbl.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove received_rbl.luaAndrew Lewis2013-11-171-72/+0
|
* More checks in lua plugins.0.4.2Vsevolod Stakhov2011-08-051-3/+5
|
* Optimize performance of received_rbl plugin.Vsevolod Stakhov2011-03-241-38/+17
|
* Fix configuration of received_rbl module.Vsevolod Stakhov2011-03-221-1/+5
|
* * Add versions to lua APIVsevolod Stakhov2010-12-221-3/+9
| | | | * Provide compatibility for lua plugins for old versions of rspamd
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
|
* Register symbols properly for received_rbl module.Vsevolod Stakhov2010-12-221-0/+6
|
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+4
| | | | * Add ability to output colored messages for file and console loggers
* * Change metric logicVsevolod Stakhov2010-06-161-10/+4
| | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation
* * Add more logic to fuzzy mappingsVsevolod Stakhov2010-05-141-3/+27
| | | | * Improve logic of received_rbl plugin to support different symbols for different rbls
* * Add right way to pass config params with common names to lua scriptsVsevolod Stakhov2009-11-111-8/+7
|
* * Fix patterns matching in lua pluginsVsevolod Stakhov2009-10-261-2/+2
|
* * Improve logic of lua plugins:Vsevolod Stakhov2009-10-091-14/+15
| | | | | | - fix once received plugin to configure properly (pointy hat to: dmx) - add additional functionality to once_received plugin for strict checking of received - make all things local
* * Fix some memory issues with lua (strings that are returned from lua can be ↵Vsevolod Stakhov2009-10-021-3/+3
| | | | freed early)
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-0/+53
* Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs