| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] rbl: fix warning | Andrew Lewis | 2024-01-25 | 1 | -1/+1 |
* | [Feature] rbl: support disabling or replacing url_whitelist per RBL | Andrew Lewis | 2023-12-12 | 1 | -2/+2 |
* | [Fix] rbl: fix `exclude_local` | Andrew Lewis | 2023-11-03 | 1 | -4/+2 |
* | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -4/+4 |
* | [Feature] rbl: support globbed return codes | Andrew Lewis | 2023-10-25 | 1 | -1/+11 |
* | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -19/+41 |
* | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -0/+13 |
* | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -3/+18 |
* | [Minor] RBL: Show DNS verification failure reason | Vsevolod Stakhov | 2023-09-26 | 1 | -13/+19 |
* | [Minor] Revisit numeric_urls | Andrew Lewis | 2023-09-19 | 1 | -4/+25 |
* | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 1 | -1/+4 |
* | [Fix] rbl: really fix dependency registration when symbols_prefixes is used | Andrew Lewis | 2023-09-09 | 1 | -1/+1 |
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -63/+75 |
* | [Fix] rbl: fix dependency registration when symbols_prefixes is used | Andrew Lewis | 2023-05-26 | 1 | -2/+4 |
* | [Minor] RBL: Add missing groups | Vsevolod Stakhov | 2023-02-11 | 1 | -0/+2 |
* | [Minor] Add RBL callback symbols to the `rbl` group | Vsevolod Stakhov | 2023-02-08 | 1 | -0/+2 |
* | [Minor] Fix spelling | Vsevolod Stakhov | 2022-12-17 | 1 | -2/+3 |
* | [Minor] Allow to attach maps to the RBL module | Vsevolod Stakhov | 2022-12-15 | 1 | -1/+13 |
* | [Minor] Rbl: Fix rdns pipeline | Vsevolod Stakhov | 2022-12-09 | 1 | -1/+1 |
* | [Fix] Rbl: Fix helo check pipeline | Vsevolod Stakhov | 2022-12-08 | 1 | -1/+2 |
* | [Minor] Register more timeouts | Vsevolod Stakhov | 2022-09-10 | 1 | -2/+4 |
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
* | [Fix] Rbl: Fix received positioned checks | Vsevolod Stakhov | 2022-03-27 | 1 | -18/+24 |
* | [Minor] Micro-optimisation | Vsevolod Stakhov | 2022-03-23 | 1 | -2/+2 |
* | [Minor] Rbl: Do not check empty user/domain in rbl | Vsevolod Stakhov | 2022-03-19 | 1 | -2/+8 |
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -4/+4 |
* | [Minor] Rbl: The default behaviour must be bypass | Vsevolod Stakhov | 2022-01-19 | 1 | -0/+2 |
* | [Minor] Rbl: Fix require symbols option | Vsevolod Stakhov | 2022-01-19 | 1 | -1/+8 |
* | [Minor] Fix for random monitored | Vsevolod Stakhov | 2022-01-16 | 1 | -6/+12 |
* | [Minor] Improve logic to select a random monitored mode for RBLs | Vsevolod Stakhov | 2022-01-15 | 1 | -5/+10 |
* | [Fix] Rbl: Fix inversed logic of the url_full_hostname | Vsevolod Stakhov | 2021-11-19 | 1 | -2/+2 |
* | [Minor] Rbl: Add url_full_hostname option | Vsevolod Stakhov | 2021-11-16 | 1 | -4/+10 |
* | [Minor] Rbl: Minor performance improvement when checking URL flags | Vsevolod Stakhov | 2021-11-01 | 1 | -2/+4 |
* | [Fix] Correctly check numeric URLs in URL DNS lists | Vsevolod Stakhov | 2021-10-25 | 1 | -5/+21 |
* | Revert "[Feature] Ppopagate monitored errors from rbl module" | Vsevolod Stakhov | 2021-03-18 | 1 | -3/+0 |
* | [Feature] Ppopagate monitored errors from rbl module | Vsevolod Stakhov | 2021-03-17 | 1 | -0/+3 |
* | [Fix] One more default behaviour fix | Vsevolod Stakhov | 2021-03-01 | 1 | -5/+0 |
* | [Minor] Rbl: Fix flattening defaults | Vsevolod Stakhov | 2021-02-16 | 1 | -1/+8 |
* | [Feature] Rbl: Distinguish flattened and non-flattened selectors in RBL requests | Vsevolod Stakhov | 2021-02-16 | 1 | -5/+11 |
* | [Minor] rbl: move logging to debug level | Andrew Lewis | 2020-12-21 | 1 | -1/+1 |
* | [Minor] Rbl: Allow to add dependencies for RBL rules | Vsevolod Stakhov | 2020-11-13 | 1 | -0/+6 |
* | [Minor] Rbl: Workaround for 'rules' | Vsevolod Stakhov | 2020-11-13 | 1 | -1/+7 |
* | [Project] Rbl: Move config code outside of the plugin | Vsevolod Stakhov | 2020-10-20 | 1 | -100/+15 |
* | [Rework] Rbl: Rework defaults logic | Vsevolod Stakhov | 2020-10-20 | 1 | -9/+0 |
* | [Fix] RBL: allow for multiple matches of the same label if types are different | Andrew Lewis | 2020-10-14 | 1 | -20/+30 |
* | [Feature] RBL: support use of multiple selectors | Andrew Lewis | 2020-10-12 | 1 | -24/+33 |
* | [Feature] RBL: support matching content/image URLs only | Andrew Lewis | 2020-10-01 | 1 | -22/+52 |
* | [Minor] Add implicit score for rbl and multimap rules | Vsevolod Stakhov | 2020-06-12 | 1 | -0/+6 |
* | Merge pull request #3363 from membero/fix/rbl-email-lowercase | Vsevolod Stakhov | 2020-05-16 | 1 | -1/+2 |
|\ |
|
| * | Fix lowercase for emails checked on RBLs | Oliver Dick | 2020-05-05 | 1 | -1/+2 |