aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/mx_check.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Add more redis prefixesVsevolod Stakhov2019-12-251-4/+8
* [Fix] Fix various modules in case of empty messageAndrew Lewis2018-03-131-0/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+3
* Update mx_check.luaAL2017-11-271-2/+2
* [Minor] Add whitelist symbol to mx_check pluginAL2017-11-271-2/+16
* [Fix] Rebalance and slightly rework MX check pluginVsevolod Stakhov2017-09-071-9/+6
* [Feature] Allow to exclude specific domains from mx checkVsevolod Stakhov2017-04-271-2/+19
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Minor] Avoid some table lookups in Lua partsAndrew Lewis2016-12-151-1/+3
* Fix typo when calling rspamd_redis_make_request for write operation.Andrej Zverev2016-11-291-2/+2
* [Minor] MX check: require redis settings for registrationAndrew Lewis2016-11-221-0/+4
* [Minor] Use new logging API everywhereAndrew Lewis2016-11-171-2/+2
* [Minor] Move upstream handling into rspamd_redis_make_requestAndrew Lewis2016-11-161-8/+3
* [Minor] Fix upstreams handlingAndrew Lewis2016-11-161-4/+2
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-14/+26
* [Minor] Remove more globalsAndrew Lewis2016-11-041-4/+4
* Another way for greylist "MX_INVALID" messageAL2016-10-271-3/+4
* [Minor] Greylist first message with invalid MXAL2016-10-271-0/+9
* [Minor] Add one_param to MX symbolsVsevolod Stakhov2016-10-271-0/+3
* [Minor] Use one MX in optionsVsevolod Stakhov2016-10-271-3/+4
* Update mx_check.luaAL2016-10-251-0/+4
* Update mx_check.luaAL2016-10-251-4/+4
* Change logic for MX-check pluginAL2016-10-251-7/+2
* [Minor] Add expire setting for non valid mxesAL2016-10-251-1/+2
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-2/+2
* [Minor] MX checks should be one_shotVsevolod Stakhov2016-09-201-3/+6
* [Fix] Skip MX check for authenticated users and local networksAlexander Moisseev2016-09-181-0/+5
* [Minor] Resolve A record if all MXes are absentVsevolod Stakhov2016-09-171-1/+11
* [Minor] Use HELO when SMTP from is emptyVsevolod Stakhov2016-09-171-0/+6
* [Feature] Add plugin to check MX'es for the sender's domainVsevolod Stakhov2016-09-171-0/+257