Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lua auth_results: authres header needs property for "policy". Make it as a ↵ | BuGi | 2017-09-14 | 1 | -3/+3 | |
| | | | | | | comment for dmarc. Fixes some parsers. Signed-off-by: BuGi <bugi@aloneinthespace.cf> | |||||
* | [Feature] Authentication-Results: support hiding usernames | Andrew Lewis | 2017-09-11 | 1 | -3/+13 | |
| | ||||||
* | [Minor] Fix some lua issues | Vsevolod Stakhov | 2017-09-09 | 1 | -3/+1 | |
| | ||||||
* | [Feature] Allow to load and use dynamic ANNs with torch | Vsevolod Stakhov | 2017-09-09 | 6 | -0/+160 | |
| | ||||||
* | [Minor] Fix previous commit: avoid doing useless things | Andrew Lewis | 2017-09-07 | 1 | -2/+2 | |
| | ||||||
* | [Fix] Auth-Results: Multiple DKIM signatures | Andrew Lewis | 2017-09-07 | 1 | -2/+3 | |
| | ||||||
* | [Feature] Allow to use global lua maps in settings | Vsevolod Stakhov | 2017-09-02 | 1 | -0/+31 | |
| | | | | Issue: #1802 | |||||
* | [Minor] Ratelimit: support use of redis HSET for limits | Andrew Lewis | 2017-08-30 | 1 | -0/+5 | |
| | ||||||
* | [Fix] First load selector_map and path_map. And only return false when ↵ | Jean-Louis Dupond | 2017-08-11 | 1 | -12/+14 | |
| | | | | domain not found if try_fallback is false | |||||
* | [Fix] Do not try to sign unknown domains | Vsevolod Stakhov | 2017-08-09 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Allow to receive signing keys from mempool vars | Vsevolod Stakhov | 2017-07-14 | 1 | -6/+19 | |
| | ||||||
* | [Fix] Fix gmail dots removal | Vsevolod Stakhov | 2017-07-03 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Skip updates for messages scanned via controller | Vsevolod Stakhov | 2017-07-01 | 1 | -0/+9 | |
| | | | | | | | | | | | | Rationale: controller worker is not designed to perform scan jobs, hence, we check for `Password` header or check `User-Agent` for `rspamc` and skip some of rules parts: - DMARC reports - Greylisting - Ratelimits - Ip score update - Clickhouse export | |||||
* | [Minor] Fix aliases removal function | Vsevolod Stakhov | 2017-06-30 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix various issues | Vsevolod Stakhov | 2017-06-29 | 1 | -9/+11 | |
| | ||||||
* | [Feature] Add per-domain emails normalisation rules | Vsevolod Stakhov | 2017-06-29 | 1 | -7/+60 | |
| | ||||||
* | [Minor] Move emails normalization to the lua library | Vsevolod Stakhov | 2017-06-29 | 1 | -0/+40 | |
| | ||||||
* | [Fix] DKIM sign tools: edge-cases around use_esld | Andrew Lewis | 2017-06-22 | 1 | -9/+9 | |
| | ||||||
* | [Feature] Bayes expiry plugin | Andrew Lewis | 2017-06-10 | 2 | -2/+19 | |
| | ||||||
* | [Minor] Improve redis params parsing | Vsevolod Stakhov | 2017-06-09 | 1 | -3/+4 | |
| | ||||||
* | [Minor] lua_util.round: don't round up | Andrew Lewis | 2017-06-02 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Metadata exporter: score should be number | Andrew Lewis | 2017-06-02 | 1 | -0/+6 | |
| | ||||||
* | [Minor] Add smtp auth results to Authentication-Results | Vsevolod Stakhov | 2017-06-01 | 1 | -0/+16 | |
| | ||||||
* | [Minor] Add ARC check results to Authentication-Results | Vsevolod Stakhov | 2017-06-01 | 1 | -4/+22 | |
| | ||||||
* | [Minor] Move E to the proper place | Vsevolod Stakhov | 2017-05-28 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Append MX name for authentication results as required | Vsevolod Stakhov | 2017-05-28 | 1 | -0/+7 | |
| | ||||||
* | [Rework] Move common DKIM functions to a separate lua module | Vsevolod Stakhov | 2017-05-28 | 1 | -0/+175 | |
| | ||||||
* | [Minor] Add string trimming routine | Vsevolod Stakhov | 2017-05-26 | 1 | -1/+9 | |
| | ||||||
* | [Minor] Split global functions into libraries | Andrew Lewis | 2017-05-23 | 5 | -642/+672 | |
| | ||||||
* | [Minor] Auth results: Fix nil index | Andrew Lewis | 2017-05-22 | 1 | -4/+4 | |
| | ||||||
* | [Rework] Move authentication results generation to a separate routine | Vsevolod Stakhov | 2017-05-20 | 1 | -0/+151 | |
| | ||||||
* | [Fix] Fix Redis timeout set | Vsevolod Stakhov | 2017-05-19 | 1 | -4/+6 | |
| | | | | Issue: #1646 | |||||
* | [Minor] Further fixes in global functions | Vsevolod Stakhov | 2017-05-19 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Fix redis_params usage | Vsevolod Stakhov | 2017-05-19 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Continue modularisation for lua library | Vsevolod Stakhov | 2017-05-18 | 1 | -0/+56 | |
| | ||||||
* | [Minor] Allow to use global functions modularly | Vsevolod Stakhov | 2017-05-18 | 1 | -5/+38 | |
| | ||||||
* | [Rework] Move global functions to a separate directory | Vsevolod Stakhov | 2017-05-18 | 1 | -0/+578 | |