aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/mx_check.lua
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | Old version: FROM <one@test.vov.ru> realy check "vov.ru" New version: FROM <one@test.vov.ru> realy check "test.vov.ru"
* [Minor] Add expire setting for non valid mxesAL2016-10-251-1/+2
| | | For MX plugin
* [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