Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |