Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Rework fann plugin to be a normal post-filter | Vsevolod Stakhov | 2017-07-29 | 1 | -77/+44 |
| | |||||
* | [Fix] Fix clickhouse schema | Vsevolod Stakhov | 2017-07-28 | 1 | -1/+1 |
| | | | | | Issue: #1775 Closes: #1775 | ||||
* | [Fix] Do not fail rbl plugin when there are no received or emails | Vsevolod Stakhov | 2017-07-28 | 1 | -3/+8 |
| | |||||
* | [Fix] Clickhouse: Insertion in the symbols table | Alex Gramm | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Treat skipped error properly | Vsevolod Stakhov | 2017-07-23 | 1 | -15/+43 |
| | |||||
* | [Feature] Allow to set headers from settings | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+8 |
| | |||||
* | [Feature] Multimap: checking of symbol options | Andrew Lewis | 2017-07-20 | 1 | -0/+16 |
| | |||||
* | [Fix] Relax pem signature detection | Vsevolod Stakhov | 2017-07-20 | 1 | -3/+2 |
| | |||||
* | [Feature] Redis settings: support checking multiple keys | Andrew Lewis | 2017-07-19 | 1 | -14/+29 |
| | |||||
* | [Fix] Don't use whitelist/greylist maps as regexp, but as map | Jean-Louis Dupond | 2017-07-17 | 2 | -3/+3 |
| | | | | | | | | | In whitelist & greylist module, the domain files (like spf_dkim_whitelist.inc, etc) were read as regexp map. This caused the following false whitelists: WHITELIST_SPF_DKIM(-3)[onmicrosoft.com] this while only 'microsoft.com' was in the list! Reading the maps as 'map'/'hash' instead of 'regexp' fixes the issue. | ||||
* | Merge pull request #1751 from dupondje/fix_maillist_detection | Vsevolod Stakhov | 2017-07-16 | 1 | -23/+8 |
|\ | | | | | Fix maillist detection | ||||
| * | [Fix] Detection of maillist optimized and fixed | Jean-Louis Dupond | 2017-07-14 | 1 | -23/+8 |
| | | | | | | | | | | | | Some maillists were not detected correctly. Because by default all mails were checked for 'List-Unsubscribe' and 'List-Post' headers. But those headers do not exist on all maillists. For example majordomo detection was broken because of this. | ||||
* | | Merge pull request #1753 from mkuron/multimap_cidr | Vsevolod Stakhov | 2017-07-16 | 1 | -4/+25 |
|\ \ | | | | | | | IP netmask support for Redis multimap | ||||
| * | | Minimum netmask in Redis multimap | Michael Kuron | 2017-07-16 | 1 | -3/+5 |
| | | | |||||
| * | | Use HMGET to query all netmasks at once in multimap | Michael Kuron | 2017-07-16 | 1 | -19/+25 |
| | | | |||||
| * | | IP netmask support for multimap | Michael Kuron | 2017-07-15 | 1 | -3/+16 |
| | | | |||||
* | | | [Feature] Add expected ip check for emails plugin | Vsevolod Stakhov | 2017-07-15 | 1 | -3/+19 |
| | | | |||||
* | | | Merge pull request #1748 from fatalbanana/lua53 | Vsevolod Stakhov | 2017-07-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer | ||||
| * | | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer | Andrew Lewis | 2017-07-12 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | [Fetaure] Add auto detection for the key passed to the signing cb | Vsevolod Stakhov | 2017-07-14 | 1 | -33/+93 |
| | | | |||||
* | | | [Minor] Fix clickhouse operations | Vsevolod Stakhov | 2017-07-13 | 1 | -7/+7 |
| | | | |||||
* | | | [Feature] Automatically create tables in clickhouse | Vsevolod Stakhov | 2017-07-13 | 1 | -8/+44 |
|/ / | |||||
* | | [Minor] Fix init order for dkim module | Vsevolod Stakhov | 2017-07-12 | 1 | -16/+23 |
| | | |||||
* | | [Minor] Do not load ARC plugin if dkim module is disabled | Vsevolod Stakhov | 2017-07-12 | 1 | -0/+11 |
| | | |||||
* | | [Feature] Metadata Exporter: e-Mail Alerts: support multiple recipients; ↵ | Andrew Lewis | 2017-07-11 | 1 | -12/+53 |
| | | | | | | | | alerting senders/recipients/users (#1600) | ||||
* | | [Fix] Milter headers: custom headers: removing headers | Andrew Lewis | 2017-07-11 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Allow to attach stat signature to messages | Vsevolod Stakhov | 2017-07-11 | 1 | -0/+16 |
| | | |||||
* | | [Feature] Antivirus: ordered pattern matches | Andrew Lewis | 2017-07-10 | 1 | -15/+54 |
| | | |||||
* | | [Minor] Ratelimit: Custom limits: Pass task to get_limit | Andrew Lewis | 2017-07-09 | 1 | -2/+2 |
| | | |||||
* | | [Feature] Milter headers: support adding/removing arbitrary headers from config | Andrew Lewis | 2017-07-09 | 1 | -0/+22 |
|/ | |||||
* | [Fix] Fix emails module configuration | Vsevolod Stakhov | 2017-07-07 | 1 | -27/+23 |
| | |||||
* | [Feature] Allow to specify custom delimiter in emails plugin | Vsevolod Stakhov | 2017-07-07 | 1 | -7/+8 |
| | |||||
* | [Minor] Leave the real url request instead of Lua processed | Vsevolod Stakhov | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | [Minor] RBL: don't register duplicate monitoring | Andrew Lewis | 2017-07-07 | 1 | -1/+3 |
| | |||||
* | [Feature] Allow to add custom processing script for surbl | Vsevolod Stakhov | 2017-07-07 | 2 | -6/+82 |
| | |||||
* | [Minor] Reduce hfilter log noise | Vsevolod Stakhov | 2017-07-05 | 1 | -1/+2 |
| | |||||
* | [Fix] Do not cache SPF records with macros | Vsevolod Stakhov | 2017-07-03 | 1 | -1/+4 |
| | |||||
* | [Fix] Normalize fuzzy probability better | Vsevolod Stakhov | 2017-07-01 | 1 | -2/+1 |
| | |||||
* | [Feature] Skip updates for messages scanned via controller | Vsevolod Stakhov | 2017-07-01 | 5 | -7/+14 |
| | | | | | | | | | | | | 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] Reduce logger level | Vsevolod Stakhov | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Clickhouse: add missing comma | Andrew Lewis | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Lowercase email addresses | Vsevolod Stakhov | 2017-06-29 | 1 | -3/+3 |
| | |||||
* | [Minor] Allow base32 encoding for emails request | Vsevolod Stakhov | 2017-06-29 | 1 | -1/+7 |
| | |||||
* | [Minor] Fix emails plugin | Andrew Lewis | 2017-06-29 | 1 | -29/+23 |
| | |||||
* | [Feature] Allow to check reply-to email | Vsevolod Stakhov | 2017-06-29 | 1 | -1/+21 |
| | |||||
* | [Feature] Normalize email aliases in emails module | Vsevolod Stakhov | 2017-06-29 | 1 | -9/+18 |
| | |||||
* | [Minor] Allow to cut hashes when checking emails | Vsevolod Stakhov | 2017-06-29 | 1 | -0/+6 |
| | |||||
* | [Fix] RBL: Fixed hashed email address lookups | Andrew Lewis | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | [Minor] Filter NaNs from ANN training vectors | Vsevolod Stakhov | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 5 | -6/+6 |
| | | | | by a bot https://github.com/ka7/misspell_fixer |