summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/once_received.lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Various fixes to once_received moduleVsevolod Stakhov2018-04-201-7/+18
* [Minor] Insert symbol on PTR verification DNS errorAlexander Moisseev2018-04-021-0/+9
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2017-12-111-1/+1
* [Minor] Stop expecting hostname to be "unknown"Andrew Lewis2017-11-071-1/+1
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* Add DIRECT_TO_MX rule to once_received pluginSteve Freegard2017-03-241-0/+14
* [Minor] Remove deprecated API callsVsevolod Stakhov2017-03-231-10/+0
* [Rework] Use new maps add functionVsevolod Stakhov2016-11-241-1/+2
* [Minor] Fix DNS lookup errorsAndrew Lewis2016-11-151-2/+2
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-8/+9
* [Minor] Remove couple more globals in Lua pluginsAndrew Lewis2016-11-071-1/+1
* [Fix] Unbreak once_received skipping for local networksAlexander Moisseev2016-10-051-1/+1
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-301-1/+14
* [Minor] Disable ONCE_RECEIVED for local networksAlexander Moisseev2016-09-191-12/+7
* 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
* [Feature] Enable forced resolving for some lua pluginsVsevolod Stakhov2016-06-131-1/+2
* [Fix] Restore ONCE_RECEIVED symbolVsevolod Stakhov2016-04-231-1/+0
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-3/+16
* [Fix] Avoid problematic operation on possibly nil value in once_receivedAndrew Lewis2016-03-031-0/+1
* [Fix] Add more guards for IP addressVsevolod Stakhov2016-03-021-1/+1
* [Fix] Fix some cases for RDNS_NONEVsevolod Stakhov2016-02-271-4/+8
* [Fix] Fix placement of RDNS checksVsevolod Stakhov2016-02-271-12/+12
* [Feature] Add RDNS_NONE ruleVsevolod Stakhov2016-02-271-21/+20
* Unbreak bad_hosts checkAlexander Moisseev2016-02-181-1/+2
* Skip good hostname check for undefined hostnamesAlexander Moisseev2016-02-171-7/+9
* Rework once_received moduleVsevolod Stakhov2016-02-131-49/+71
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-19/+9
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-1/+2
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-211-2/+4
* Fix lua plugins.Vsevolod Stakhov2015-05-281-12/+9
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
* once_received.lua: Fix indentation & add exclusion for authenticated usersAndrew Lewis2015-02-131-95/+98
* We should check here :is_valid() instead of :to_string()eneq1232015-02-111-1/+1
* real_ip to_string should not nileneq1232015-02-111-2/+2
* Fix PTR resolving in lua resolver.Vsevolod Stakhov2014-11-211-1/+1
* Adopt once_received plugin.Vsevolod Stakhov2014-08-251-0/+1
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-221-3/+42
* More checks in lua plugins.0.4.2Vsevolod Stakhov2011-08-051-4/+6
* * Add versions to lua APIVsevolod Stakhov2010-12-221-5/+11
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-0/+1
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+6
* * Change metric logicVsevolod Stakhov2010-06-161-8/+4
* * 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-111-2/+2
* * Convert all string values to lowercase in once_received moduleVsevolod Stakhov2009-10-271-5/+8
* * Fix patterns matching in lua pluginsVsevolod Stakhov2009-10-261-1/+1
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-1/+0