summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.3.21.3.2Vsevolod Stakhov2016-08-081-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 ruleVsevolod Stakhov2016-08-083-4/+6
|
* [Fix] Fix length calculations in white on white ruleVsevolod Stakhov2016-08-081-3/+6
|
* [Fix] Increase score of R_WHITE_ON_WHITEVsevolod Stakhov2016-08-081-1/+1
|
* [Fix] Some more fixes for low contrast fonts detectorVsevolod Stakhov2016-08-081-19/+11
|
* [Feature] Try to avoid FP for low contrast fonts detectionVsevolod Stakhov2016-08-081-2/+26
|
* [Minor] Slightly reduce R_WHITE_ON_WHITE scoreVsevolod Stakhov2016-08-081-1/+1
|
* [Minor] Lower negative DMARC scoreVsevolod Stakhov2016-08-081-1/+1
|
* [Minor] Further reduce negative weights for SPF and DKIM successVsevolod Stakhov2016-08-081-2/+2
|
* Merge pull request #819 from moisseev/patch-1Vsevolod Stakhov2016-08-081-42/+42
|\ | | | | [Doc] Correct README
| * [Doc] Correct READMEAlexander Moisseev2016-08-071-6/+6
| |
| * [Doc] Correct capitalization (mostly) in READMEAlexander Moisseev2016-08-071-38/+38
| |
* | [Fix] Fix dependencies id sanity checkVsevolod Stakhov2016-08-071-13/+2
|/
* [Fix] Add missing HTML colorsVsevolod Stakhov2016-08-071-0/+164
|
* [Feature] Support reacher set of HTML colorsVsevolod Stakhov2016-08-062-61/+597
|
* [Fix] Fix colors propagation from parent nodesVsevolod Stakhov2016-08-061-0/+2
|
* Merge pull request #816 from moisseev/patch-1Vsevolod Stakhov2016-08-061-2/+2
|\ | | | | [Fix] Fix HFILTER_URL_ONELINE rule
| * [Fix] Fix HFILTER_URL_ONELINE ruleAlexander Moisseev2016-08-051-2/+2
| |
* | Merge pull request #813 from moisseev/hfilter-heloVsevolod Stakhov2016-08-061-4/+0
|\ \ | |/ |/| Remove symbol HFILTER_HELO_UNKNOWN from mertics.conf
| * Remove symbol HFILTER_HELO_UNKNOWN from mertics.confAlexander Moisseev2016-08-051-4/+0
| | | | | | | | The symbol is not used anymore.
* | [Minor] Remove unnecessary dependencyVsevolod Stakhov2016-08-051-1/+0
| |
* | Merge pull request #815 from fatalbanana/unknown2Vsevolod Stakhov2016-08-051-1/+1
|\ \ | | | | | | [Minor] Fix multimap hostname check
| * | [Minor] Fix multimap hostname checkAndrew Lewis2016-08-051-1/+1
| | |
* | | Merge pull request #812 from fatalbanana/circleciVsevolod Stakhov2016-08-051-1/+1
|\ \ \ | |/ / |/| | [Minor] Small improvement for coverage flags
| * | [Minor] Small improvement for coverage flagsAndrew Lewis2016-08-051-1/+1
| |/
* | [Feature] Properly implement R_WHITE_ON_WHITE ruleVsevolod Stakhov2016-08-052-5/+48
| |
* | [Feature] Remove old ugly rulesVsevolod Stakhov2016-08-051-6/+0
| |
* | [Minor] Small fixes to lua stack managementVsevolod Stakhov2016-08-051-3/+4
| |
* | [Fix] Further fixes for HTML colorsVsevolod Stakhov2016-08-051-8/+9
| |
* | [Minor] Forgotten to save fileVsevolod Stakhov2016-08-051-0/+9
| |
* | [Feature] Allow to get block content for HTML tagsVsevolod Stakhov2016-08-051-43/+55
| |
* | [Fix] Propagate colors in HTMLVsevolod Stakhov2016-08-051-1/+35
| |
* | [Fix] Fix parsing of background colorVsevolod Stakhov2016-08-053-1/+25
| |
* | [Fix] Trigger HTML_SHORT_LINK_IMG on any external imageVsevolod Stakhov2016-08-051-1/+1
|/
* Merge pull request #811 from fatalbanana/spamassassinVsevolod Stakhov2016-08-055-0/+23
|\ | | | | [Test] Add SpamAssassin metas/foreign dependencies test
| * [Test] Add SpamAssassin metas/foreign dependencies testAndrew Lewis2016-08-055-0/+23
| |
* | [Minor] Increase HFILTER_URL scores as FP rate should be reduced nowVsevolod Stakhov2016-08-051-2/+2
| |
* | [Fix] Do not set absent hostname to "unknown"Vsevolod Stakhov2016-08-051-5/+0
| |
* | [Fix] Fix HFILTER_URL moduleVsevolod Stakhov2016-08-051-25/+39
| |
* | [Fix] Do not insert HELO/HOSTNAME unknown when they are not passedVsevolod Stakhov2016-08-051-6/+1
| |
* | [Feature] Add method to get urls length in a text partVsevolod Stakhov2016-08-051-0/+33
| |
* | [Fix] Fix printing from field in log_urlsVsevolod Stakhov2016-08-051-2/+5
| |
* | [Fix] Some more changes to tag's content length calculationsVsevolod Stakhov2016-08-051-3/+18
| |
* | Merge pull request #810 from fatalbanana/dmarcVsevolod Stakhov2016-08-051-4/+9
|\ \ | | | | | | [Fix] Fix processing of last element of DMARC policies
| * | [Fix] Fix processing of last element of DMARC policiesAndrew Lewis2016-08-051-4/+9
| |/
* | [Feature] Add new methods to lua_html to access HTML tagsVsevolod Stakhov2016-08-051-5/+202
| |
* | [Fix] Further fixes in HTML tags parsingVsevolod Stakhov2016-08-053-24/+59
| |
* | [Feature] Store content length for HTML tagsVsevolod Stakhov2016-08-052-0/+5
|/
* [Test] Fix recipients testVsevolod Stakhov2016-08-041-1/+1
|
* [Fix] Fix multiple request headers structureVsevolod Stakhov2016-08-045-47/+119
|