aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include ARC into AUTH_NA ruleheraklit2562018-10-041-2/+2
|
* Composite rules: Minor cleanupsheraklit2562018-10-041-1/+3
| | | | Added descriptions to some rules and unified AND operator.
* leave original symbols for composite rulesheraklit2562018-10-041-0/+3
| | | | | Removing original symbols if a composite rule triggers is kind of confusing and makes debugging harder.
* Merge pull request #6 from rspamd/masterheraklit2562018-10-0469-672/+1787
|\ | | | | merge upstream into local master
| * [Fix] Do not load torch on each rspamadm invocationVsevolod Stakhov2018-10-042-7/+12
| |
| * Merge pull request #2565 from krestenk/masterVsevolod Stakhov2018-10-041-1/+1
| |\ | | | | | | Added "text/calendar" as a legal mimetype for .ics files.
| | * Added "text/calendar" as a legal mimetype for .ics files. Files are failing ↵Kresten2018-10-041-1/+1
| | | | | | | | | | | | this test, and "text/calendar" seems to be the correct one from https://tools.ietf.org/html/rfc5545
| * | Merge pull request #2563 from negram/lua_http-docVsevolod Stakhov2018-10-041-3/+14
| |\ \ | | | | | | | | [Minor] Described some parameters for rspamd_http.request
| | * | [Minor] Described some parameters for rspamd_http.requestMikhail Galanin2018-10-041-3/+14
| | |/
| * | Merge pull request #2562 from negram/fix-c-coverage-collectionVsevolod Stakhov2018-10-041-1/+6
| |\ \ | | |/ | |/| [Minor] set umask 0000 when building rspamd
| | * [Minor] set umask 0000 when building rspamdMikhail Galanin2018-10-041-1/+6
| | | | | | | | | | | | | | | To allow rspamd dumpring coverage data. In functional tests it runs under "nobody" user and became unable to do this
| * | [Feature] Allow maps with HTTP authVsevolod Stakhov2018-10-032-6/+48
| |/
| * [Feature] Add `check_violation` feature to DKIM/ARC signingVsevolod Stakhov2018-10-031-10/+24
| |
| * [Fix] Fix dependencies for DNS_SIGNED symbolVsevolod Stakhov2018-10-032-26/+36
| |
| * [Minor] Don't use shift on -1Vsevolod Stakhov2018-10-031-2/+2
| |
| * Merge pull request #2558 from moisseev/eslintVsevolod Stakhov2018-10-032-54/+53
| |\ | | | | | | [WebUI] Do not display password form when secure_ip is set
| | * [WebUI] Do not display password form when secure_ip is setAlexander Moisseev2018-10-022-54/+53
| | | | | | | | | | | | Fixes: #2553
| * | Merge pull request #2559 from negram/arg-check-fixVsevolod Stakhov2018-10-031-0/+3
| |\ \ | | | | | | | | [Minor] Fixed argument check
| | * | [Minor] Fixed argument checkMikhail Galanin2018-10-021-0/+3
| | | | | | | | | | | | | | | | ev_base should be passed into lua_http.request(). It comes either from task or explicitly
| * | | [Minor] Fix evals mathsVsevolod Stakhov2018-10-021-3/+2
| | | |
| * | | [Minor] Fix DNS packet writing to avoid alignment issuesVsevolod Stakhov2018-10-021-18/+18
| | | |
| * | | [Minor] Pet luacheckVsevolod Stakhov2018-10-021-6/+6
| | | |
| * | | [Fix] Allow to call fstring append with NULL stringVsevolod Stakhov2018-10-021-11/+24
| | | |
| * | | [Minor] Unify check_auth/check_local optionsVsevolod Stakhov2018-10-027-43/+126
| | | |
| * | | Merge pull request #2557 from HeinleinSupport/masterVsevolod Stakhov2018-10-021-4/+7
| |\ \ \ | | | | | | | | | | [Fix] ip_score - respect check_authed and check_local settings
| | * | | [Fix] ip_score - respect check_authed and check_local settings from configCarsten Rosenberg2018-10-021-4/+7
| | | |/ | | |/|
| * | | [Test] Fix reload testVsevolod Stakhov2018-10-022-3/+3
| | | |
| * | | [Minor] Fix field name -> namesVsevolod Stakhov2018-10-021-2/+3
| |/ /
| * | [Test] Fix and extend whitelist testsVsevolod Stakhov2018-10-013-49/+35
| | |
| * | [Test] Add more test messagesVsevolod Stakhov2018-10-014-0/+242
| | |
| * | [Test] Add more fake domainsVsevolod Stakhov2018-10-011-0/+15
| | |
| * | [Rework] Rework and fix whitelist pluginVsevolod Stakhov2018-10-011-65/+150
| |/
| * [Fix] Fix watchers issue in lua_tcp when doing no resolvingVsevolod Stakhov2018-10-011-7/+28
| | | | | | | | Issue: #2546
| * Merge pull request #2551 from moisseev/eslintVsevolod Stakhov2018-10-012-34/+48
| |\ | | | | | | [WebUI] Change symbols order without updating history
| | * [WebUI] Change symbols order without updating historyAlexander Moisseev2018-10-012-34/+48
| | |
| * | [Minor] Add missing globals to luacheckVsevolod Stakhov2018-10-011-1/+3
| | |
| * | Merge pull request #2552 from negram/fix-redis-connectVsevolod Stakhov2018-10-012-11/+21
| |\ \ | | | | | | | | [Minor] Fixed sync redis connection with default arguments in rspamadm
| | * | [Minor] Fixed sync redis connection with default arguments in rspamadmMikhail Galanin2018-10-012-11/+21
| |/ /
| * | [Minor] Backport fix from libuclVsevolod Stakhov2018-09-301-14/+33
| | |
| * | [Conf] Use new dmarc whitelistVsevolod Stakhov2018-09-291-1/+1
| | |
| * | [Minor] Fix scoring for the blacklist rulesVsevolod Stakhov2018-09-291-3/+3
| | |
| * | [Minor] Fix blacklist option in whitelist rulesVsevolod Stakhov2018-09-291-4/+7
| | |
| * | [Test] Fix AV testsVsevolod Stakhov2018-09-291-4/+4
| |/
| * [Fix] Fix groups messVsevolod Stakhov2018-09-297-10/+61
| |
| * [Fix] Fix groups messVsevolod Stakhov2018-09-296-74/+103
| |
| * [Minor] Be aware of `groups` in lua_squeezeVsevolod Stakhov2018-09-291-4/+20
| |
| * [Minor] Allow dedicated groups registrationVsevolod Stakhov2018-09-291-19/+31
| |
| * [Minor] Fix symbol registrationVsevolod Stakhov2018-09-291-1/+1
| |
| * [Minor] Fix hash invocationVsevolod Stakhov2018-09-291-3/+3
| |
| * [Minor] Allow to generate tokens by namesVsevolod Stakhov2018-09-291-13/+42
| |