Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.3.21.3.2 | Vsevolod Stakhov | 2016-08-08 | 1 | -0/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Feature] Add a special symbol for SPF DNS errors: R_SPF_DNSFAIL * [Feature] Add correlations report in fuzzy stats * [Feature] Add experimental CGP integration * [Feature] Add method to get urls length in a text part * [Feature] Add new methods to lua_html to access HTML tags * [Feature] Allow all types of symbols to be added via __newindex method * [Feature] Allow to create settings for authenticated users * [Feature] Allow to get block content for HTML tags * [Feature] Improve DNS failures when dealing with SPF * [Feature] Properly implement R_WHITE_ON_WHITE rule * [Feature] Remove old ugly rules * [Feature] Rspamc can now add dkim signature in mime mode * [Feature] Store content length for HTML tags * [Feature] Support reacher set of HTML colors * [Feature] Try to avoid FP for low contrast fonts detection * [Fix] Add missing HTML colors * [Fix] Add spaces to dkim signature to allow folding * [Fix] Avoid returning NaN as score on scan * [Fix] Decode entitles in href parts * [Fix] Do not cache SPF records with DNS errors * [Fix] Do not crash on cyclic depends * [Fix] Do not insert HELO/HOSTNAME unknown when they are not passed * [Fix] Do not set absent hostname to "unknown" * [Fix] Do not stress redis with KEYS command (#791) * [Fix] Fix DMARC_BAD_POLICY symbol * [Fix] Fix HFILTER_URL module * [Fix] Fix HFILTER_URL_ONELINE rule * [Fix] Fix buffering in CGP integration * [Fix] Fix colors propagation from parent nodes * [Fix] Fix confusing OpenSSL API usage of i2d_RSAPublicKey * [Fix] Fix dependencies id sanity check * [Fix] Fix folding for semicolon separated tokens * [Fix] Fix largest possible TLD behaviour * [Fix] Fix last token folding * [Fix] Fix length calculations in white on white rule * [Fix] Fix multiple request headers structure * [Fix] Fix multiple values headers freeing * [Fix] Fix parsing of background color * [Fix] Fix printing from field in log_urls * [Fix] Fix processing of last element of DMARC policies * [Fix] Further fixes for HTML colors * [Fix] Further fixes for multiple values headers * [Fix] Further fixes for white on white rule * [Fix] Further fixes in HTML tags parsing * [Fix] Ignore content type/subtype case * [Fix] Increase score of R_WHITE_ON_WHITE * [Fix] Parse CGP envelope data * [Fix] Propagate colors in HTML * [Fix] Restore multiple values headers in protocol * [Fix] Restore multiple values in headers processing * [Fix] Some more changes to tag's content length calculations * [Fix] Some more fixes for low contrast fonts detector * [Fix] SpamAssassin plugin: support check_freemail_header('EnvelopeFrom', [..]) * [Fix] Trigger HTML_SHORT_LINK_IMG on any external image * [Fix] rspamd_stats: remove deprecated defined(@array) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Fix] Further fixes for white on white rule | Vsevolod Stakhov | 2016-08-08 | 3 | -4/+6 |
| | |||||
* | [Fix] Fix length calculations in white on white rule | Vsevolod Stakhov | 2016-08-08 | 1 | -3/+6 |
| | |||||
* | [Fix] Increase score of R_WHITE_ON_WHITE | Vsevolod Stakhov | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [Fix] Some more fixes for low contrast fonts detector | Vsevolod Stakhov | 2016-08-08 | 1 | -19/+11 |
| | |||||
* | [Feature] Try to avoid FP for low contrast fonts detection | Vsevolod Stakhov | 2016-08-08 | 1 | -2/+26 |
| | |||||
* | [Minor] Slightly reduce R_WHITE_ON_WHITE score | Vsevolod Stakhov | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Lower negative DMARC score | Vsevolod Stakhov | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Further reduce negative weights for SPF and DKIM success | Vsevolod Stakhov | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #819 from moisseev/patch-1 | Vsevolod Stakhov | 2016-08-08 | 1 | -42/+42 |
|\ | | | | | [Doc] Correct README | ||||
| * | [Doc] Correct README | Alexander Moisseev | 2016-08-07 | 1 | -6/+6 |
| | | |||||
| * | [Doc] Correct capitalization (mostly) in README | Alexander Moisseev | 2016-08-07 | 1 | -38/+38 |
| | | |||||
* | | [Fix] Fix dependencies id sanity check | Vsevolod Stakhov | 2016-08-07 | 1 | -13/+2 |
|/ | |||||
* | [Fix] Add missing HTML colors | Vsevolod Stakhov | 2016-08-07 | 1 | -0/+164 |
| | |||||
* | [Feature] Support reacher set of HTML colors | Vsevolod Stakhov | 2016-08-06 | 2 | -61/+597 |
| | |||||
* | [Fix] Fix colors propagation from parent nodes | Vsevolod Stakhov | 2016-08-06 | 1 | -0/+2 |
| | |||||
* | Merge pull request #816 from moisseev/patch-1 | Vsevolod Stakhov | 2016-08-06 | 1 | -2/+2 |
|\ | | | | | [Fix] Fix HFILTER_URL_ONELINE rule | ||||
| * | [Fix] Fix HFILTER_URL_ONELINE rule | Alexander Moisseev | 2016-08-05 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #813 from moisseev/hfilter-helo | Vsevolod Stakhov | 2016-08-06 | 1 | -4/+0 |
|\ \ | |/ |/| | Remove symbol HFILTER_HELO_UNKNOWN from mertics.conf | ||||
| * | Remove symbol HFILTER_HELO_UNKNOWN from mertics.conf | Alexander Moisseev | 2016-08-05 | 1 | -4/+0 |
| | | | | | | | | The symbol is not used anymore. | ||||
* | | [Minor] Remove unnecessary dependency | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #815 from fatalbanana/unknown2 | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Fix multimap hostname check | ||||
| * | | [Minor] Fix multimap hostname check | Andrew Lewis | 2016-08-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #812 from fatalbanana/circleci | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [Minor] Small improvement for coverage flags | ||||
| * | | [Minor] Small improvement for coverage flags | Andrew Lewis | 2016-08-05 | 1 | -1/+1 |
| |/ | |||||
* | | [Feature] Properly implement R_WHITE_ON_WHITE rule | Vsevolod Stakhov | 2016-08-05 | 2 | -5/+48 |
| | | |||||
* | | [Feature] Remove old ugly rules | Vsevolod Stakhov | 2016-08-05 | 1 | -6/+0 |
| | | |||||
* | | [Minor] Small fixes to lua stack management | Vsevolod Stakhov | 2016-08-05 | 1 | -3/+4 |
| | | |||||
* | | [Fix] Further fixes for HTML colors | Vsevolod Stakhov | 2016-08-05 | 1 | -8/+9 |
| | | |||||
* | | [Minor] Forgotten to save file | Vsevolod Stakhov | 2016-08-05 | 1 | -0/+9 |
| | | |||||
* | | [Feature] Allow to get block content for HTML tags | Vsevolod Stakhov | 2016-08-05 | 1 | -43/+55 |
| | | |||||
* | | [Fix] Propagate colors in HTML | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+35 |
| | | |||||
* | | [Fix] Fix parsing of background color | Vsevolod Stakhov | 2016-08-05 | 3 | -1/+25 |
| | | |||||
* | | [Fix] Trigger HTML_SHORT_LINK_IMG on any external image | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #811 from fatalbanana/spamassassin | Vsevolod Stakhov | 2016-08-05 | 5 | -0/+23 |
|\ | | | | | [Test] Add SpamAssassin metas/foreign dependencies test | ||||
| * | [Test] Add SpamAssassin metas/foreign dependencies test | Andrew Lewis | 2016-08-05 | 5 | -0/+23 |
| | | |||||
* | | [Minor] Increase HFILTER_URL scores as FP rate should be reduced now | Vsevolod Stakhov | 2016-08-05 | 1 | -2/+2 |
| | | |||||
* | | [Fix] Do not set absent hostname to "unknown" | Vsevolod Stakhov | 2016-08-05 | 1 | -5/+0 |
| | | |||||
* | | [Fix] Fix HFILTER_URL module | Vsevolod Stakhov | 2016-08-05 | 1 | -25/+39 |
| | | |||||
* | | [Fix] Do not insert HELO/HOSTNAME unknown when they are not passed | Vsevolod Stakhov | 2016-08-05 | 1 | -6/+1 |
| | | |||||
* | | [Feature] Add method to get urls length in a text part | Vsevolod Stakhov | 2016-08-05 | 1 | -0/+33 |
| | | |||||
* | | [Fix] Fix printing from field in log_urls | Vsevolod Stakhov | 2016-08-05 | 1 | -2/+5 |
| | | |||||
* | | [Fix] Some more changes to tag's content length calculations | Vsevolod Stakhov | 2016-08-05 | 1 | -3/+18 |
| | | |||||
* | | Merge pull request #810 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-08-05 | 1 | -4/+9 |
|\ \ | | | | | | | [Fix] Fix processing of last element of DMARC policies | ||||
| * | | [Fix] Fix processing of last element of DMARC policies | Andrew Lewis | 2016-08-05 | 1 | -4/+9 |
| |/ | |||||
* | | [Feature] Add new methods to lua_html to access HTML tags | Vsevolod Stakhov | 2016-08-05 | 1 | -5/+202 |
| | | |||||
* | | [Fix] Further fixes in HTML tags parsing | Vsevolod Stakhov | 2016-08-05 | 3 | -24/+59 |
| | | |||||
* | | [Feature] Store content length for HTML tags | Vsevolod Stakhov | 2016-08-05 | 2 | -0/+5 |
|/ | |||||
* | [Test] Fix recipients test | Vsevolod Stakhov | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix multiple request headers structure | Vsevolod Stakhov | 2016-08-04 | 5 | -47/+119 |
| |