aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/rbl.lua
Commit message (Expand)AuthorAgeFilesLines
* Update src/plugins/lua/rbl.luateplynin7 days1-1/+3
* Skipping check_received function for ip address if RBL use botch checks, 'fro...Mike Teplynin9 days1-2/+2
* Skip extra RBL checks when Received IP same as From IPMike Teplynin9 days1-3/+8
* [Minor] rbl: fix warningAndrew Lewis2024-01-251-1/+1
* [Feature] rbl: support disabling or replacing url_whitelist per RBLAndrew Lewis2023-12-121-2/+2
* [Fix] rbl: fix `exclude_local`Andrew Lewis2023-11-031-4/+2
* [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-4/+4
* [Feature] rbl: support globbed return codesAndrew Lewis2023-10-251-1/+11
* [Feature] rbl: support checking returncodes by CIDRAndrew Lewis2023-10-251-19/+41
* [Feature] rbl: support checking returncodes by regexAndrew Lewis2023-10-241-0/+13
* [Minor] rbl: support use of different matchers for return codesAndrew Lewis2023-10-241-3/+18
* [Minor] RBL: Show DNS verification failure reasonVsevolod Stakhov2023-09-261-13/+19
* [Minor] Revisit numeric_urlsAndrew Lewis2023-09-191-4/+25
* [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-111-1/+4
* [Fix] rbl: really fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-09-091-1/+1
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-63/+75
* [Fix] rbl: fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-05-261-2/+4
* [Minor] RBL: Add missing groupsVsevolod Stakhov2023-02-111-0/+2
* [Minor] Add RBL callback symbols to the `rbl` groupVsevolod Stakhov2023-02-081-0/+2
* [Minor] Fix spellingVsevolod Stakhov2022-12-171-2/+3
* [Minor] Allow to attach maps to the RBL moduleVsevolod Stakhov2022-12-151-1/+13
* [Minor] Rbl: Fix rdns pipelineVsevolod Stakhov2022-12-091-1/+1
* [Fix] Rbl: Fix helo check pipelineVsevolod Stakhov2022-12-081-1/+2
* [Minor] Register more timeoutsVsevolod Stakhov2022-09-101-2/+4
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
* [Fix] Rbl: Fix received positioned checksVsevolod Stakhov2022-03-271-18/+24
* [Minor] Micro-optimisationVsevolod Stakhov2022-03-231-2/+2
* [Minor] Rbl: Do not check empty user/domain in rblVsevolod Stakhov2022-03-191-2/+8
* Spelling (#4086)Josh Soref2022-02-221-4/+4
* [Minor] Rbl: The default behaviour must be bypassVsevolod Stakhov2022-01-191-0/+2
* [Minor] Rbl: Fix require symbols optionVsevolod Stakhov2022-01-191-1/+8
* [Minor] Fix for random monitoredVsevolod Stakhov2022-01-161-6/+12
* [Minor] Improve logic to select a random monitored mode for RBLsVsevolod Stakhov2022-01-151-5/+10
* [Fix] Rbl: Fix inversed logic of the url_full_hostnameVsevolod Stakhov2021-11-191-2/+2
* [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-161-4/+10
* [Minor] Rbl: Minor performance improvement when checking URL flagsVsevolod Stakhov2021-11-011-2/+4
* [Fix] Correctly check numeric URLs in URL DNS listsVsevolod Stakhov2021-10-251-5/+21
* Revert "[Feature] Ppopagate monitored errors from rbl module"Vsevolod Stakhov2021-03-181-3/+0
* [Feature] Ppopagate monitored errors from rbl moduleVsevolod Stakhov2021-03-171-0/+3
* [Fix] One more default behaviour fixVsevolod Stakhov2021-03-011-5/+0
* [Minor] Rbl: Fix flattening defaultsVsevolod Stakhov2021-02-161-1/+8
* [Feature] Rbl: Distinguish flattened and non-flattened selectors in RBL requestsVsevolod Stakhov2021-02-161-5/+11
* [Minor] rbl: move logging to debug levelAndrew Lewis2020-12-211-1/+1
* [Minor] Rbl: Allow to add dependencies for RBL rulesVsevolod Stakhov2020-11-131-0/+6
* [Minor] Rbl: Workaround for 'rules'Vsevolod Stakhov2020-11-131-1/+7
* [Project] Rbl: Move config code outside of the pluginVsevolod Stakhov2020-10-201-100/+15
* [Rework] Rbl: Rework defaults logicVsevolod Stakhov2020-10-201-9/+0
* [Fix] RBL: allow for multiple matches of the same label if types are differentAndrew Lewis2020-10-141-20/+30
* [Feature] RBL: support use of multiple selectorsAndrew Lewis2020-10-121-24/+33
* [Feature] RBL: support matching content/image URLs onlyAndrew Lewis2020-10-011-22/+52