aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_cfg_transform.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Restore back one more legacy conversionVsevolod Stakhov2024-08-161-0/+23
|
* [Minor] Restore legacy conversionsVsevolod Stakhov2024-08-161-0/+163
| | | | With new `index` method it seems much easier in fact
* [Minor] Sime minor changesVsevolod Stakhov2024-08-151-2/+2
|
* [Minor] Slight cleanupVsevolod Stakhov2024-08-151-9/+23
|
* [Minor] Fix checkVsevolod Stakhov2024-08-151-2/+2
|
* [Rework] Breaking: Rewrite cfg transform and remove legacyVsevolod Stakhov2024-08-151-440/+79
| | | | | | | | | | | | | What is removed: * SURBL/Email -> rbl conversion * IP reputation -> reputation conversion Reasoning: * Too hard to support forever * Outdated * Want to use transparent UCL instead of modifying the config from Lua
* [Minor] Allow `options.upstreams` to be used as wellVsevolod Stakhov2024-06-081-0/+5
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-53/+91
|
* [Minor] Avoid using legacy methodVsevolod Stakhov2022-05-291-1/+1
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
|
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Fix] lua_cfg_transform - silly break break actionsCarsten Rosenberg2021-11-081-4/+10
|
* [Fix] lua_cfg_transform - actions without score (discard)Carsten Rosenberg2021-11-041-1/+3
|
* [Minor] cfg_transform - fix actions sanity checkCarsten Rosenberg2021-03-231-1/+2
|
* [Fix] Fix settings in case actions are set to null (#3415)Andrew Lewis2020-11-031-2/+4
|
* [Feature] Add sanity checks for actions thresholdsVsevolod Stakhov2020-10-071-8/+35
| | | | | Issue: #3506 Closes: #3506
* [Minor] Fix indentationVsevolod Stakhov2020-01-251-1/+3
|
* [Minor] Fix previous commitAndrew Lewis2020-01-231-1/+1
|
* [Minor] dkim_signing: auth_only is a misnomerAndrew Lewis2020-01-231-0/+12
|
* [Minor] Rbl: Fix conversion for emailblVsevolod Stakhov2019-09-301-1/+3
|
* [Feature] Rbl: Make config checks much more strictVsevolod Stakhov2019-09-301-0/+1
|
* [Minor] Rbl: Improve migration portabilityVsevolod Stakhov2019-09-301-6/+4
|
* [Minor] Another fix for expect_ip, sigh..Vsevolod Stakhov2019-09-171-2/+3
|
* [Minor] Fix some more legacy stuff conversionVsevolod Stakhov2019-09-171-2/+24
|
* [Fix] Prefer surbl/emails rule on rbl to preserve compatibilityVsevolod Stakhov2019-09-121-59/+59
|
* [Rework] Convert emails rules to rbl rulesVsevolod Stakhov2019-09-021-0/+55
|
* [Minor] Rbl: Match old surbl behaviour for emailsVsevolod Stakhov2019-09-011-0/+5
|
* [Rework] Convert surbl rules to rbl rulesVsevolod Stakhov2019-08-271-0/+54
|
* [Minor] Sigh, another tryVsevolod Stakhov2019-08-161-1/+1
|
* [Minor] Further ip_score sanity fixVsevolod Stakhov2019-08-161-1/+5
|
* [Minor] One more sanity checkVsevolod Stakhov2019-08-161-1/+1
|
* [Minor] Add sanity checkVsevolod Stakhov2019-08-161-0/+2
|
* [Rework] Migrate from ip_score to reputationVsevolod Stakhov2019-07-171-0/+38
|
* [Minor] Neural: Enable cfg.options.check_all_filters when neural is enabledVsevolod Stakhov2019-07-091-0/+12
|
* [Minor] Compat: Allow to use old style sign_conditionVsevolod Stakhov2019-05-311-1/+22
|
* [Fix] Process orphaned `symbols` sectionVsevolod Stakhov2019-02-181-0/+6
|
* [Minor] Add warning about conflictin local filesVsevolod Stakhov2019-02-011-0/+18
|
* [Minor] Sigh... Pet luacheck againVsevolod Stakhov2018-05-151-1/+0
|
* [Minor] Disable multiple groups warningVsevolod Stakhov2018-05-151-10/+0
|
* [Minor] Add 'no action' as available thresholdVsevolod Stakhov2018-05-111-1/+2
|
* [Minor] Shut up luacheckVsevolod Stakhov2018-04-111-1/+1
|
* [Minor] Check actions section sanityVsevolod Stakhov2018-04-111-0/+16
|
* [Minor] Add fool protection for nested section in uclVsevolod Stakhov2018-04-111-0/+8
|
* [Minor] Use override_defaults from lua_utilVsevolod Stakhov2018-04-051-25/+4
|
* [Minor] Allow to set sign headers in dkim_signingVsevolod Stakhov2018-04-031-3/+20
|
* [Fix] Allow to disable certain actions by assigning null to themVsevolod Stakhov2018-03-221-1/+1
|
* [Minor] Silence empty group messageVsevolod Stakhov2018-03-101-1/+1
|
* [Refactor] Rename all lua libraries in the common wayVsevolod Stakhov2018-02-231-0/+295