aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Lua_mime: Flatten headers arrayVsevolod Stakhov2021-11-271-2/+15
|
* Merge pull request #3994 from MrKrisKrisu/dev-ks-mimepgpVsevolod Stakhov2021-11-261-0/+1
|\ | | | | Add application/pgp-keys to known mime types
| * Add application/pgp-keys to known mime typesKristian Stöckel2021-11-251-0/+1
| |
* | [Minor] Phishing: Fix confusing scoringVsevolod Stakhov2021-11-251-3/+2
| |
* | [Fix] Phishing: Fix finding domains in the phishing mapVsevolod Stakhov2021-11-251-10/+19
|/
* [Minor] Pet luacheck temporarilyVsevolod Stakhov2021-11-251-1/+1
|
* [Feature] Add public suffic compilation utilityVsevolod Stakhov2021-11-251-0/+83
| | | | Issue: #3984
* [Test] Oops, add a missing requireVsevolod Stakhov2021-11-241-2/+2
|
* [Test] Add unit test for message to ucl functionVsevolod Stakhov2021-11-242-3/+194
|
* [Test] One more fixVsevolod Stakhov2021-11-241-8/+7
|
* [Test] Add a simple config helper for the unit testsVsevolod Stakhov2021-11-242-24/+31
|
* [Minor] Slightly rework the table fillingVsevolod Stakhov2021-11-241-23/+35
|
* Merge pull request #3991 from bradleydoherty59/structured_message_envelope_infoVsevolod Stakhov2021-11-231-0/+9
|\ | | | | [Minor] Store Envelope (SMTP) information on structured task.
| * [Minor] Remove redundent MIME from/recipients. Add from_ip.bradleydoherty592021-11-231-5/+1
| |
| * [Minor] Store Envelope (SMTP) information on structured task as task.envelope.bradleydoherty592021-11-231-0/+13
| |
* | [Minor] Reduce log noise for `exists` macro in SPFVsevolod Stakhov2021-11-231-3/+3
|/
* Merge pull request #3988 from cpragadeesh/test_fixVsevolod Stakhov2021-11-234-42/+50
|\ | | | | [Test] Fix neural plugin tests
| * [Test] Fix neural plugin testsPragadeesh Chandiran2021-11-224-42/+50
|/
* [Minor] Increase log severity of some of the SPF errorsVsevolod Stakhov2021-11-221-7/+7
|
* [Minor] Write SPF digest even if it is not cachedVsevolod Stakhov2021-11-221-1/+12
|
* [Minor] Fix data flowVsevolod Stakhov2021-11-221-3/+5
|
* [Minor] Fix test stageVsevolod Stakhov2021-11-211-12/+12
|
* [Minor] Mx check: Add wait_for_greeting optionVsevolod Stakhov2021-11-211-0/+7
| | | | Issue: #3966
* [Minor] Mx check: Emit quit commandVsevolod Stakhov2021-11-212-5/+11
| | | | Issue: #3966
* [Minor] Remove unused optionVsevolod Stakhov2021-11-212-4/+0
|
* [Minor] Remove obsolete WITH_HIREDIS defineVsevolod Stakhov2021-11-2011-93/+0
|
* [Fix] Rbl: Fix inversed logic of the url_full_hostnameVsevolod Stakhov2021-11-191-2/+2
|
* [Minor] Treat empty `from` protocol header as canonical `<>`Vsevolod Stakhov2021-11-191-0/+4
| | | | Issue: #3983
* [Minor] Add safe-guard for the root tagVsevolod Stakhov2021-11-191-5/+7
|
* [Fix] Fix logic in HTML processing FSMVsevolod Stakhov2021-11-191-5/+0
|
* [Minor] Fix triggering of the suspicious url rule on percent encodingVsevolod Stakhov2021-11-191-1/+0
|
* [Fix] Do not double call error handler on ssl errors in the timeout pathVsevolod Stakhov2021-11-181-5/+7
|
* [Minor] Fix for old compilersVsevolod Stakhov2021-11-181-1/+2
|
* [Minor] Per luacheck when I'm hereVsevolod Stakhov2021-11-181-2/+2
|
* [Fix] Improve duplicate settings error reportingVsevolod Stakhov2021-11-181-7/+19
| | | | Issue: #3957
* [Fix] Fix parsing of the compound mailto urlsVsevolod Stakhov2021-11-171-1/+22
|
* [Fix] Find suspicious url encodings that could break url extractionVsevolod Stakhov2021-11-171-0/+39
|
* Merge pull request #3982 from fatalbanana/query_maps_jsonVsevolod Stakhov2021-11-171-1/+65
|\ | | | | [Feature] JSON endpoint for querying maps
| * [Feature] JSON endpoint for querying mapsAndrew Lewis2021-11-171-1/+65
| |
* | Merge pull request #3981 from moisseev/ip-widthVsevolod Stakhov2021-11-171-1/+1
|\ \ | | | | | | [Minor] Set IP column min-width relative to font-size
| * | [Minor] Set IP column min-width relative to font-sizemoisseev2021-11-171-1/+1
|/ /
* | [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-162-4/+11
| |
* | [Minor] Change error to the noticeVsevolod Stakhov2021-11-161-2/+2
| | | | | | | | | | | | With this change, Rspamd will no longer emit error codes on learn condition skipping. Issue: #3956
* | Merge pull request #3980 from cpragadeesh/roc_implementationVsevolod Stakhov2021-11-152-14/+198
|\ \ | |/ |/| [Feature] Add ROC based threshold estimation for neural network plugin
| * [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-152-14/+198
| |
* | [Minor] Update bundled fmt to 8.0.1Vsevolod Stakhov2021-11-1513-5381/+5069
| |
* | Revert "[Minor] Disable eslint in CI"Vsevolod Stakhov2021-11-141-2/+2
| | | | | | | | This reverts commit d970e1e7b4271dc6c852ea65a4aabd214ef9ea63.
* | Merge pull request #3979 from moisseev/stylelintVsevolod Stakhov2021-11-144-15/+34
|\ \ | | | | | | [Test] Fix Stylelint
| * | [Test] Pet Stylelintmoisseev2021-11-143-14/+21
| | |
| * | [Test] Add PostCSS syntaxes for embedded stylesmoisseev2021-11-142-1/+13
|/ / | | | | | | (required since Stylelint 14.0.0)