Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |||||
* | [Fix] Fix comparision logic | Vsevolod Stakhov | 2017-06-26 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix folding for arc headers when milter interface is used | Vsevolod Stakhov | 2017-06-25 | 1 | -3/+8 | |
| | ||||||
* | [Feature] Add short_text_direct_hash for fuzzy check module | Vsevolod Stakhov | 2017-06-24 | 1 | -64/+175 | |
| | ||||||
* | [Minor] Milter headers: remove x-spam; fix misprint | Andrew Lewis | 2017-06-24 | 1 | -11/+1 | |
| | ||||||
* | [Feature] Milter headers: remove-header routine | Andrew Lewis | 2017-06-24 | 1 | -0/+10 | |
| | ||||||
* | [Minor] Milter headers: s/x-spam-flag/x-spam/ | Andrew Lewis | 2017-06-23 | 1 | -5/+5 | |
| | ||||||
* | [Feature] Allow to use HTTPS when connecting to Clickhouse | Vsevolod Stakhov | 2017-06-22 | 1 | -6/+12 | |
| | ||||||
* | [Feature] Allow to store symbols data in Clickhouse | Vsevolod Stakhov | 2017-06-22 | 1 | -1/+74 | |
| | ||||||
* | [Minor] Remove dead code | Andrew Lewis | 2017-06-21 | 1 | -14/+0 | |
| | ||||||
* | [Feature] Milter headers: Add X-Spam-Flag to rmilter-compatibility headers | Andrew Lewis | 2017-06-21 | 1 | -4/+32 | |
| | ||||||
* | [Feature] Multimap: received filters for extracting TLDs from hostnames | Andrew Lewis | 2017-06-19 | 1 | -0/+8 | |
| | ||||||
* | [Minor] Convert from rspamd_text | Vsevolod Stakhov | 2017-06-19 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Add default values for dkim plugin confighelp | Vsevolod Stakhov | 2017-06-18 | 1 | -14/+14 | |
| | ||||||
* | [Minor] Fix minor style issue | Vsevolod Stakhov | 2017-06-17 | 1 | -2/+4 | |
| | ||||||
* | [Feature] milter_headers: add `extended_headers_rcpt` option | Alexander Moisseev | 2017-06-16 | 1 | -0/+51 | |
| | | | | | | | | Milter_headers module adds extended headers to messages if EVERY envelope recipient matches `extended_headers_rcpt` list. ``` extended_headers_rcpt = ["user1", "@example1.com", "user2@example2.com"]; ``` | |||||
* | [Fix] Fix rspamc detection in greylist module | Vsevolod Stakhov | 2017-06-15 | 1 | -5/+11 | |
| | ||||||
* | [Feature] Support suppressing DMARC reports for some domains | Andrew Lewis | 2017-06-15 | 1 | -0/+9 | |
| | ||||||
* | [Fix] Fix parsing IPv6 nameservers in resolv.conf | Vsevolod Stakhov | 2017-06-14 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Pass rspamd_config to taskless TCP requests | Vsevolod Stakhov | 2017-06-13 | 2 | -0/+2 | |
| | ||||||
* | [Minor] Milter headers: fix extended_spam_headers | Andrew Lewis | 2017-06-12 | 1 | -15/+22 | |
| | ||||||
* | [Minor] Milter headers x-spamd-result: format numbers, remove spaces | Andrew Lewis | 2017-06-12 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Milter headers: better controls for local/authenticated | Andrew Lewis | 2017-06-12 | 1 | -8/+35 | |
| | ||||||
* | Merge pull request #1670 from fatalbanana/bayes_expiry | Vsevolod Stakhov | 2017-06-11 | 4 | -40/+301 | |
|\ | | | | | [Feature] Bayes expiry plugin | |||||
| * | [Feature] Bayes expiry plugin | Andrew Lewis | 2017-06-10 | 4 | -40/+301 | |
| | | ||||||
* | | [Fix] Fix another race condition in arc checks | Vsevolod Stakhov | 2017-06-11 | 1 | -5/+7 | |
| | | ||||||
* | | [Fix] Fix arc count logic | Vsevolod Stakhov | 2017-06-11 | 1 | -4/+10 | |
| | | ||||||
* | | [Fix] Do not check URLs that are resolved to be redirected | Vsevolod Stakhov | 2017-06-10 | 1 | -0/+5 | |
| | | ||||||
* | | [Minor] Minor fixes to log messages | Vsevolod Stakhov | 2017-06-10 | 1 | -2/+2 | |
| | | ||||||
* | | [Fix] Fix order of operations to avoid race condition | Vsevolod Stakhov | 2017-06-10 | 1 | -3/+3 | |
| | | ||||||
* | | [Minor] Fix url redirector after previous changes | Vsevolod Stakhov | 2017-06-10 | 1 | -2/+7 | |
| | | ||||||
* | | [Feature] Allow to set custom user agent in url redirector | Vsevolod Stakhov | 2017-06-10 | 1 | -1/+2 | |
| | | ||||||
* | | [Minor] Support friendly rate specification format in user-defined ratelimits | Andrew Lewis | 2017-06-09 | 1 | -65/+81 | |
|/ |