Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Replace rspamd_logger.debugm with proper lua_util.debugm | Vsevolod Stakhov | 11 days | 1 | -3/+3 |
| | |||||
* | linter fix | Jason Stephenson | 2024-07-25 | 1 | -1/+0 |
| | |||||
* | Use pattern to get all methodspecs + reasonspecs, and return the value of ↵ | Jason Stephenson | 2024-07-23 | 1 | -1/+12 |
| | | | | the arc one if present | ||||
* | Fix regex to no longer match on dmarc= | Jason Stephenson | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -55/+58 |
| | |||||
* | fixup! arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-31 | 1 | -0/+2 |
| | |||||
* | arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-30 | 1 | -1/+1 |
| | | | | | | The ARC Set header field values must be supplied to the hash function in increasing instance order, starting at 1. Defined in https://www.rfc-editor.org/rfc/rfc8617.html#section-5.1.1. | ||||
* | arc.lua: fix usage of ARC-Authentication-Results in arc_sign_seal func | Jan Smutny | 2023-03-30 | 1 | -2/+3 |
| | | | | | | | The ARC-Authentication-Results header field was gathered in function arc_sign_seal directly from headers. This commit adds the sorted ARC-Authentication-Results header to cache which is then reused in arc_sign_seal function. | ||||
* | [Minor] FIx arc timeout | Vsevolod Stakhov | 2022-09-10 | 1 | -2/+2 |
| | |||||
* | [Minor] Register some more timeouts | Vsevolod Stakhov | 2022-09-10 | 1 | -0/+1 |
| | |||||
* | [Minor] Arc: Simplify code | Vsevolod Stakhov | 2022-06-25 | 1 | -26/+21 |
| | |||||
* | [Minor] Add `ignore_passthrough` flag to signing symbols | Vsevolod Stakhov | 2022-06-24 | 1 | -0/+1 |
| | | | | Issue: #4202 | ||||
* | [Minor] Arc: Fix method usage | Vsevolod Stakhov | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Arc: Do not fail if no AAR header is presented | Vsevolod Stakhov | 2022-01-10 | 1 | -1/+4 |
| | |||||
* | [Minor] Arc: Add logic to adjust rejected dmarc policy by ARC trusted forwarding | Vsevolod Stakhov | 2022-01-09 | 1 | -2/+34 |
| | |||||
* | [Minor] Arc: Use ARC_CHECK as the callback symbol's name | Vsevolod Stakhov | 2022-01-09 | 1 | -3/+8 |
| | |||||
* | [Minor] Arc: Check AAR on trusted forwarding check | Vsevolod Stakhov | 2022-01-09 | 1 | -1/+32 |
| | |||||
* | [Minor] Fix iteration | Vsevolod Stakhov | 2022-01-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Arc: Process AAR headers | Vsevolod Stakhov | 2022-01-08 | 1 | -16/+51 |
| | |||||
* | [Minor] Arc: Rename bogus variable | Vsevolod Stakhov | 2022-01-08 | 1 | -11/+11 |
| | |||||
* | [Fix] Avoid overwriting whitelisted_signers_map | Reto Kupferschmid | 2021-12-24 | 1 | -18/+12 |
| | |||||
* | [Minor] Arc: Specify explicit order for the headers added | Vsevolod Stakhov | 2021-10-07 | 1 | -1/+3 |
| | |||||
* | [Project] Use lua_mime to modify headers | Vsevolod Stakhov | 2021-02-26 | 1 | -3/+4 |
| | |||||
* | [Minor] Remove unused stuff oO | Vsevolod Stakhov | 2021-01-22 | 1 | -16/+0 |
| | |||||
* | [Minor] Do not perform arc signing before dkim checks | Vsevolod Stakhov | 2021-01-22 | 1 | -2/+5 |
| | | | | Issue: #3613 | ||||
* | [Fix] Arc: Fix CV check on signing | Vsevolod Stakhov | 2020-10-12 | 1 | -3/+5 |
| | |||||
* | [Fix] Arc: Fix signing of the broken ARC chains | Vsevolod Stakhov | 2020-10-12 | 1 | -15/+39 |
| | |||||
* | [Minor] Arc: Unify sign and verify options | Vsevolod Stakhov | 2020-09-28 | 1 | -1/+1 |
| | |||||
* | [Minor] Distinguish selector from domain in a better way | Vsevolod Stakhov | 2020-09-28 | 1 | -1/+1 |
| | |||||
* | [Minor] Dkim_signing: Improve sign symbol options | Vsevolod Stakhov | 2020-09-28 | 1 | -9/+4 |
| | |||||
* | [Minor] Arc: Improve failure logging | Vsevolod Stakhov | 2020-09-25 | 1 | -6/+8 |
| | |||||
* | [Fix] Arc: Sort headers by their i= value | Vsevolod Stakhov | 2020-09-08 | 1 | -0/+5 |
| | |||||
* | [Fix] Arc: Allow to reuse authentication results when doing multi-stage signing | Vsevolod Stakhov | 2020-09-08 | 1 | -3/+30 |
| | |||||
* | [Minor] Refactor variable names | Vsevolod Stakhov | 2020-09-08 | 1 | -23/+23 |
| | |||||
* | [Minor] Dkim/ARC: allow to sign merely for specific settings id | Vsevolod Stakhov | 2020-08-18 | 1 | -3/+13 |
| | |||||
* | [Feature] Arc: Add whitelisted_signers_map option | Vsevolod Stakhov | 2020-03-25 | 1 | -1/+29 |
| | | | | Issue: #3308 | ||||
* | [Minor] Arc: Improve symbols options format | Vsevolod Stakhov | 2020-03-25 | 1 | -20/+23 |
| | |||||
* | [Minor] dkim_signing: auth_only is a misnomer | Andrew Lewis | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Arc: Fix symbol insertion | Vsevolod Stakhov | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | [Fix] Arc: Another bunch of fixes for arc signing | Vsevolod Stakhov | 2019-05-14 | 1 | -4/+3 |
| | |||||
* | [Fix] Arc: More arc signing fixes | Vsevolod Stakhov | 2019-05-14 | 1 | -20/+29 |
| | |||||
* | [Fix] Fix ARC signing after fixing another bug in it... | Vsevolod Stakhov | 2019-05-13 | 1 | -4/+1 |
| | |||||
* | [Fix] Re-use milter_headers settings when doing arc signing | Vsevolod Stakhov | 2019-05-13 | 1 | -2/+19 |
| | | | | Issue: #2073 | ||||
* | [Minor] Remove unused require | Vsevolod Stakhov | 2019-04-22 | 1 | -1/+0 |
| | |||||
* | [Minor] Oops, fix module name passing | Vsevolod Stakhov | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | [Project] Add vault support for dkim and arc signing | Vsevolod Stakhov | 2019-04-22 | 1 | -21/+25 |
| | |||||
* | [Project] Preliminary vault support for DKIM signing | Vsevolod Stakhov | 2019-04-22 | 1 | -15/+1 |
| | |||||
* | [Minor] Unify redis signing in ARC | Vsevolod Stakhov | 2019-04-21 | 1 | -56/+46 |
| | |||||
* | [Minor] Unify settings checks | Vsevolod Stakhov | 2019-04-21 | 1 | -7/+1 |
| |