aboutsummaryrefslogtreecommitdiffstats
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
|
* Release 1.5.91.5.9Vsevolod Stakhov2017-06-012-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 configurationAndrew Lewis2017-06-011-14/+14
|
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipientsAndrew Lewis2017-06-011-9/+18
|
* [Minor] Validate assumed spoofed display name domains to contain a dotJulien Schmidt2017-06-011-5/+4
| | | | | A displayname of the form <something>@<name> might have been mistaken for an email address
* [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`.
* [Conf] Increase min_bytes to avoid FPVsevolod Stakhov2017-06-011-1/+1
|
* [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
|
* Merge pull request #1654 from fatalbanana/rspamd-1.5Vsevolod Stakhov2017-05-2914-32/+155
|\ | | | | Rspamd 1.5: backports
| * [Minor] Fix testAndrew Lewis2017-05-281-1/+1
| |
| * [Test] PhishingAndrew Lewis2017-05-287-0/+51
| |
| * [Fix] Phishing: strict_domainsAndrew Lewis2017-05-281-3/+5
| |
| * [Test] Test dkim_signing with redisAndrew Lewis2017-05-284-1/+48
| |
| * 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
|
* Release 1.5.81.5.8Vsevolod Stakhov2017-05-232-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 CTEVsevolod Stakhov2017-05-231-6/+1
| | | | Issue: #1468
* [Minor] Prevent MID_CONTAINS_FROM from firing on empty addressAndrew Lewis2017-05-231-1/+1
|
* [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
|
* [Minor] Relax CTYPE_MISSING_DISPOSITION ruleAndrew Lewis2017-05-201-1/+3
|
* [Fix] Fix Redis timeout setVsevolod Stakhov2017-05-201-4/+6
| | | | Issue: #1646
* [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
* [Minor] Fix configuration optionAndrew Lewis2017-05-091-1/+1
|
* 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.