aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/greylist.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1129 from fatalbanana/lintVsevolod Stakhov2016-11-141-27/+10
|\
| * [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-27/+10
* | [Minor] Update sample whitelist for greylistAL2016-11-141-1/+1
|/
* Merge pull request #1126 from AlexeySa/patch-8Vsevolod Stakhov2016-11-131-1/+1
|\
| * [Minor] Further simplify conditionalsAL2016-11-131-1/+1
* | [Minor] Further simplify conditionalsAlexander Moisseev2016-11-131-4/+2
|/
* Fix if-else conditionAL2016-11-131-1/+2
* Clearer greylist module codeAL2016-11-131-4/+4
* [Fix] No greylist rejected messagesAL2016-11-131-1/+1
* [Minor] Fix selective greylistingAndrew Lewis2016-11-111-2/+4
* [Minor] Remove default message_func from greylist pluginAndrew Lewis2016-11-051-1/+0
* [Feature] Allow custom functions for ratelimitsVsevolod Stakhov2016-11-021-1/+6
* [Feature] Allow to have a function to set custom greylist messageVsevolod Stakhov2016-11-021-5/+11
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-2/+2
* [Minor] Add var for premature greylistingAL2016-10-271-2/+5
* Rework greylist pluginAL2016-10-181-16/+58
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-3/+3
* Fix error level on some messagesAL2016-10-161-3/+3
* [Minor] Set/reduce postfilter prioritiesAndrew Lewis2016-09-291-1/+1
* [Feature] Allow whitelisting by IP for greylisting pluginVsevolod Stakhov2016-09-251-0/+14
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+0
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+4
* [Minor] Skip greylisting for local networks as wellAndrew Lewis2016-08-241-2/+6
* [Minor] Disable greylisting for authenticated usersAndrew Lewis2016-08-011-0/+8
* [Fix] Restore selective greylisting behaviourAndrew Lewis2016-07-291-41/+38
* [Fix] Fix greylisting plugin variable usageVsevolod Stakhov2016-07-271-2/+2
* [Fix] Fix greylist plugin (#755)Andrew Lewis2016-07-261-14/+12
* [Fix] Use new postfilters and prefilters API in the pluginsVsevolod Stakhov2016-07-121-2/+11
* [Feature] Use new redis API in greylist pluginVsevolod Stakhov2016-06-221-51/+76
* [Feature] Use universal redis definitions in rspamd pluginsVsevolod Stakhov2016-05-281-10/+5
* [Fix] Do not greylist messages if redis has failed somehowVsevolod Stakhov2016-05-071-2/+10
* [Fix] Do not greylist on rejectionVsevolod Stakhov2016-05-041-1/+1
* [Feature] Various improvements in greylist moduleVsevolod Stakhov2016-05-031-35/+70
* [Feature] Add preliminary greylist pluginVsevolod Stakhov2016-05-031-0/+270