aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix issues in SPF macros parsingrspamd-1.5Vsevolod Stakhov2017-06-061-6/+15
|
* [Minor] Fix log messageVsevolod Stakhov2017-06-021-3/+4
|
* [Fix] Change default text multiplier from 0.5 to 2.0Vsevolod Stakhov2017-06-021-1/+1
|
* [Feature] Add `text_multiplier` paramVsevolod Stakhov2017-06-011-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 wellVsevolod Stakhov2017-06-011-34/+42
|
* [Minor] Fix bracesVsevolod Stakhov2017-05-291-1/+1
|
* [Fix] Fix some more issues about duplicated fuzzy requestsVsevolod Stakhov2017-05-291-7/+1
|
* [Fix] Phishing: strict_domainsAndrew Lewis2017-05-281-3/+5
|
* Add ability to read selector from RedisAndré Peters2017-05-281-27/+50
|
* [Minor] Add the same duplicates protection for all fuzzy hashes typesVsevolod Stakhov2017-05-271-0/+42
|
* [Fix] Do not add exact hashes from different partsVsevolod Stakhov2017-05-271-3/+16
|
* [Fix] Skip text parts when checking binary parts in fuzzy checkVsevolod Stakhov2017-05-271-1/+3
|
* [CritFix] Zero fill sockaddr_unVsevolod Stakhov2017-05-251-3/+1
|
* [Fix] Fix memory leak when accepting from unix socketsVsevolod Stakhov2017-05-241-2/+0
|
* [CritFix] Fix accepting on IPv6 socketsVsevolod Stakhov2017-05-241-0/+5
|
* [Fix] Try harder to detect CTEVsevolod Stakhov2017-05-231-6/+1
| | | | Issue: #1468
* [Fix] Fix spamc support in rspamd proxyVsevolod Stakhov2017-05-203-5/+29
|
* [Fix] Fix brain-damaged spamc protocol for nowVsevolod Stakhov2017-05-201-3/+18
|
* [Minor] Reduce digit->number transmission penaltyVsevolod Stakhov2017-05-201-2/+2
| | | | Issue: #1630
* [Fix] Parse rgb[a](x,x,x[,x]) css colorsVsevolod Stakhov2017-05-201-0/+106
|
* [Fix] Reresolve upstreams even if there is a single server thereVsevolod Stakhov2017-05-201-47/+35
|
* [Minor] Improve logging of errorsVsevolod Stakhov2017-05-201-5/+10
|
* [Fix] Do not set bayes probability if we don't use itVsevolod Stakhov2017-05-201-4/+4
|
* [Minor] Further logging improvementsVsevolod Stakhov2017-05-201-9/+16
|
* [Feature] Multimap: email:domain:tld filterAndrew Lewis2017-05-201-0/+5
|
* [Minor] Add `wsf` and `hta` bad archive extensionsAlexander Moisseev2017-05-201-0/+2
|
* [Fix] Try to deal with v4 mapped to v6 addresses on acceptVsevolod Stakhov2017-05-201-14/+41
|
* [Fix] Do not stop on illegal unicode points - replace themVsevolod Stakhov2017-05-201-2/+2
|
* [Fix] Treat empty address as validVsevolod Stakhov2017-05-201-1/+1
|
* [Minor] Fix result parsing for SAVAPIChristian Roessner2017-05-091-12/+7
|
* [Fix] Multimap: Received IP filters with RedisAndrew Lewis2017-05-091-1/+2
| | | | | - Issue: #1623 - Reported by: @andryyy
* Is not writeAndré Peters2017-05-091-1/+1
| | | | Don't know the actual impact...
* [CritFix] Fix memory leak in maps schedulingVsevolod Stakhov2017-05-072-8/+9
|
* [CritFix] Fix memory leak in fuzzy checkVsevolod Stakhov2017-05-071-1/+2
|
* [Fix] DKIM Signing: avoid nil index when From header is missingAndrew Lewis2017-05-041-1/+1
|
* Revert "[Minor] Fix build with pcre2"Vsevolod Stakhov2017-05-021-1/+1
| | | | This reverts commit a8d06b734a7006c01b65e49aec5e429afe615442.
* [CritFix] Fix corruption when multiple fuzzy are definedVsevolod Stakhov2017-05-021-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 warningsVsevolod Stakhov2017-05-011-1/+3
|
* [Minor] Fix build with pcre2Andrew Lewis2017-05-011-1/+1
|
* [CritFix] Fix learn condition in fuzzy checkVsevolod Stakhov2017-05-011-13/+29
|
* [Minor] Allow session-less lua dns requestsVsevolod Stakhov2017-05-011-1/+1
|
* [Fix] Fix passing data to log helper when many symbols definedVsevolod Stakhov2017-05-012-2/+2
|
* [Feature] DKIM signing: sign_networks/local address specific use_domain settingsAndrew Lewis2017-05-011-6/+20
| | | | - Issue: #1582
* [Fix] Rspamadm grep: Disable Lua patterns in string search by defaultAndrew Lewis2017-05-012-2/+12
|
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-05-011-0/+21
|
* [Fix] Deal with 8bit characters in email addressesVsevolod Stakhov2017-05-016-37/+64
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-05-011-1/+2
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-05-011-8/+8
| | | | Issue: #1590
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-05-011-0/+58
|
* [Fetaure] Add method that detects 8 bit characters in text partsVsevolod Stakhov2017-05-012-0/+47
|