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 |
| | |||||
* | [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`. | ||||
* | [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 |
| | |||||
* | [Fix] Phishing: strict_domains | Andrew Lewis | 2017-05-28 | 1 | -3/+5 |
| | |||||
* | 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 |
| | |||||
* | [Fix] Try harder to detect CTE | Vsevolod Stakhov | 2017-05-23 | 1 | -6/+1 |
| | | | | Issue: #1468 | ||||
* | [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 |
| | |||||
* | [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 | ||||
* | 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. | ||||
* | [CritFix] Fix corruption when multiple fuzzy are defined | Vsevolod Stakhov | 2017-05-02 | 1 | -10/+30 |
| | | | | | | | | | If there are two fuzzy storages with the same algorithm but one of them uses encryption, then the encryption procedure could corrupt non-encrypted requests. This patch decouples encryption from caching removing this issue. Issue: #1611 | ||||
* | [Minor] Fix warnings | Vsevolod Stakhov | 2017-05-01 | 1 | -1/+3 |
| | |||||
* | [Minor] Fix build with pcre2 | Andrew Lewis | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | [CritFix] Fix learn condition in fuzzy check | Vsevolod Stakhov | 2017-05-01 | 1 | -13/+29 |
| | |||||
* | [Minor] Allow session-less lua dns requests | Vsevolod Stakhov | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix passing data to log helper when many symbols defined | Vsevolod Stakhov | 2017-05-01 | 2 | -2/+2 |
| | |||||
* | [Feature] DKIM signing: sign_networks/local address specific use_domain settings | Andrew Lewis | 2017-05-01 | 1 | -6/+20 |
| | | | | - Issue: #1582 | ||||
* | [Fix] Rspamadm grep: Disable Lua patterns in string search by default | Andrew Lewis | 2017-05-01 | 2 | -2/+12 |
| | |||||
* | [Minor] Push email flags to the lua API | Vsevolod Stakhov | 2017-05-01 | 1 | -0/+21 |
| | |||||
* | [Fix] Deal with 8bit characters in email addresses | Vsevolod Stakhov | 2017-05-01 | 6 | -37/+64 |
| | |||||
* | [Fix] Fix setting of email address | Vsevolod Stakhov | 2017-05-01 | 1 | -1/+2 |
| | |||||
* | [Fix] Fix R_BAD_CTE_7BIT rule | Vsevolod Stakhov | 2017-05-01 | 1 | -8/+8 |
| | | | | Issue: #1590 | ||||
* | [Minor] Add lua methods to detect if a part has 8bit characters | Vsevolod Stakhov | 2017-05-01 | 1 | -0/+58 |
| | |||||
* | [Fetaure] Add method that detects 8 bit characters in text parts | Vsevolod Stakhov | 2017-05-01 | 2 | -0/+47 |
| |