Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix issues in SPF macros parsingrspamd-1.5 | Vsevolod Stakhov | 2017-06-06 | 1 | -6/+15 |
| | |||||
* | [Minor] Fix log message | Vsevolod Stakhov | 2017-06-02 | 1 | -3/+4 |
| | |||||
* | [Fix] Change default text multiplier from 0.5 to 2.0 | Vsevolod Stakhov | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Release 1.5.91.5.9 | Vsevolod Stakhov | 2017-06-01 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | * [Conf] Increase min_bytes to avoid FP * [Conf] Remove ratelimits from default configuration * [CritFix] Fix accepting on IPv6 sockets * [CritFix] Zero fill sockaddr_un * [Feature] Add `text_multiplier` param * [Fix] Check min_bytes for images as well * [Fix] Do not add exact hashes from different parts * [Fix] Fix memory leak when accepting from unix sockets * [Fix] Fix some more issues about duplicated fuzzy requests * [Fix] Phishing: strict_domains * [Fix] Skip text parts when checking binary parts in fuzzy check * [Minor] Add the same duplicates protection for all fuzzy hashes types * [Minor] Fix braces * [Minor] Fix test * [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients * [Minor] Validate assumed spoofed display name domains to contain a dot Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Conf] Remove ratelimits from default configuration | Andrew Lewis | 2017-06-01 | 1 | -14/+14 |
| | |||||
* | [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients | Andrew Lewis | 2017-06-01 | 1 | -9/+18 |
| | |||||
* | [Minor] Validate assumed spoofed display name domains to contain a dot | Julien Schmidt | 2017-06-01 | 1 | -5/+4 |
| | | | | | A displayname of the form <something>@<name> might have been mistaken for an email address | ||||
* | [Feature] Add `text_multiplier` param | Vsevolod Stakhov | 2017-06-01 | 1 | -3/+28 |
| | | | | | | This parameter affect minimum bytes setting in text parts and binary parts. Min bytes for text part is min bytes for binary parts multiplied by `text_multiplier`. The default value is `0.5`. | ||||
* | [Conf] Increase min_bytes to avoid FP | Vsevolod Stakhov | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | [Fix] Check min_bytes for images as well | Vsevolod Stakhov | 2017-06-01 | 1 | -34/+42 |
| | |||||
* | [Minor] Fix braces | Vsevolod Stakhov | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix some more issues about duplicated fuzzy requests | Vsevolod Stakhov | 2017-05-29 | 1 | -7/+1 |
| | |||||
* | Merge pull request #1654 from fatalbanana/rspamd-1.5 | Vsevolod Stakhov | 2017-05-29 | 14 | -32/+155 |
|\ | | | | | Rspamd 1.5: backports | ||||
| * | [Minor] Fix test | Andrew Lewis | 2017-05-28 | 1 | -1/+1 |
| | | |||||
| * | [Test] Phishing | Andrew Lewis | 2017-05-28 | 7 | -0/+51 |
| | | |||||
| * | [Fix] Phishing: strict_domains | Andrew Lewis | 2017-05-28 | 1 | -3/+5 |
| | | |||||
| * | [Test] Test dkim_signing with redis | Andrew Lewis | 2017-05-28 | 4 | -1/+48 |
| | | |||||
| * | Add ability to read selector from Redis | André Peters | 2017-05-28 | 1 | -27/+50 |
|/ | |||||
* | [Minor] Add the same duplicates protection for all fuzzy hashes types | Vsevolod Stakhov | 2017-05-27 | 1 | -0/+42 |
| | |||||
* | [Fix] Do not add exact hashes from different parts | Vsevolod Stakhov | 2017-05-27 | 1 | -3/+16 |
| | |||||
* | [Fix] Skip text parts when checking binary parts in fuzzy check | Vsevolod Stakhov | 2017-05-27 | 1 | -1/+3 |
| | |||||
* | [CritFix] Zero fill sockaddr_un | Vsevolod Stakhov | 2017-05-25 | 1 | -3/+1 |
| | |||||
* | [Fix] Fix memory leak when accepting from unix sockets | Vsevolod Stakhov | 2017-05-24 | 1 | -2/+0 |
| | |||||
* | [CritFix] Fix accepting on IPv6 sockets | Vsevolod Stakhov | 2017-05-24 | 1 | -0/+5 |
| | |||||
* | Release 1.5.81.5.8 | Vsevolod Stakhov | 2017-05-23 | 2 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Fix memory leak in fuzzy check * [CritFix] Fix memory leak in maps scheduling * [Feature] Multimap: email:domain:tld filter * [Fix] DKIM Signing: avoid nil index when From header is missing * [Fix] Do not set bayes probability if we don't use it * [Fix] Do not stop on illegal unicode points - replace them * [Fix] Fix brain-damaged spamc protocol for now * [Fix] Fix Redis timeout set * [Fix] Fix spamc support in rspamd proxy * [Fix] Multimap: Received IP filters with Redis * [Fix] Parse rgb[a](x,x,x[,x]) css colors * [Fix] Reresolve upstreams even if there is a single server there * [Fix] Treat empty address as valid * [Fix] Try harder to detect CTE * [Fix] Try to deal with v4 mapped to v6 addresses on accept * [Minor] Add `wsf` and `hta` bad archive extensions * [Minor] Fix configuration option * [Minor] Fix result parsing for SAVAPI * [Minor] Further logging improvements * [Minor] Improve logging of errors * [Minor] Prevent MID_CONTAINS_FROM from firing on empty address * [Minor] Reduce digit->number transmission penalty * [Minor] Relax CTYPE_MISSING_DISPOSITION rule Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Fix] Try harder to detect CTE | Vsevolod Stakhov | 2017-05-23 | 1 | -6/+1 |
| | | | | Issue: #1468 | ||||
* | [Minor] Prevent MID_CONTAINS_FROM from firing on empty address | Andrew Lewis | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix spamc support in rspamd proxy | Vsevolod Stakhov | 2017-05-20 | 3 | -5/+29 |
| | |||||
* | [Fix] Fix brain-damaged spamc protocol for now | Vsevolod Stakhov | 2017-05-20 | 1 | -3/+18 |
| | |||||
* | [Minor] Reduce digit->number transmission penalty | Vsevolod Stakhov | 2017-05-20 | 1 | -2/+2 |
| | | | | Issue: #1630 | ||||
* | [Fix] Parse rgb[a](x,x,x[,x]) css colors | Vsevolod Stakhov | 2017-05-20 | 1 | -0/+106 |
| | |||||
* | [Fix] Reresolve upstreams even if there is a single server there | Vsevolod Stakhov | 2017-05-20 | 1 | -47/+35 |
| | |||||
* | [Minor] Improve logging of errors | Vsevolod Stakhov | 2017-05-20 | 1 | -5/+10 |
| | |||||
* | [Fix] Do not set bayes probability if we don't use it | Vsevolod Stakhov | 2017-05-20 | 1 | -4/+4 |
| | |||||
* | [Minor] Further logging improvements | Vsevolod Stakhov | 2017-05-20 | 1 | -9/+16 |
| | |||||
* | [Feature] Multimap: email:domain:tld filter | Andrew Lewis | 2017-05-20 | 1 | -0/+5 |
| | |||||
* | [Minor] Add `wsf` and `hta` bad archive extensions | Alexander Moisseev | 2017-05-20 | 1 | -0/+2 |
| | |||||
* | [Fix] Try to deal with v4 mapped to v6 addresses on accept | Vsevolod Stakhov | 2017-05-20 | 1 | -14/+41 |
| | |||||
* | [Minor] Relax CTYPE_MISSING_DISPOSITION rule | Andrew Lewis | 2017-05-20 | 1 | -1/+3 |
| | |||||
* | [Fix] Fix Redis timeout set | Vsevolod Stakhov | 2017-05-20 | 1 | -4/+6 |
| | | | | Issue: #1646 | ||||
* | [Fix] Do not stop on illegal unicode points - replace them | Vsevolod Stakhov | 2017-05-20 | 1 | -2/+2 |
| | |||||
* | [Fix] Treat empty address as valid | Vsevolod Stakhov | 2017-05-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix result parsing for SAVAPI | Christian Roessner | 2017-05-09 | 1 | -12/+7 |
| | |||||
* | [Fix] Multimap: Received IP filters with Redis | Andrew Lewis | 2017-05-09 | 1 | -1/+2 |
| | | | | | - Issue: #1623 - Reported by: @andryyy | ||||
* | [Minor] Fix configuration option | Andrew Lewis | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Is not write | André Peters | 2017-05-09 | 1 | -1/+1 |
| | | | | Don't know the actual impact... | ||||
* | [CritFix] Fix memory leak in maps scheduling | Vsevolod Stakhov | 2017-05-07 | 2 | -8/+9 |
| | |||||
* | [CritFix] Fix memory leak in fuzzy check | Vsevolod Stakhov | 2017-05-07 | 1 | -1/+2 |
| | |||||
* | [Fix] DKIM Signing: avoid nil index when From header is missing | Andrew Lewis | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Revert "[Minor] Fix build with pcre2" | Vsevolod Stakhov | 2017-05-02 | 1 | -1/+1 |
| | | | | This reverts commit a8d06b734a7006c01b65e49aec5e429afe615442. |