aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dmarc.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Include module name when setting pre resultVsevolod Stakhov2018-10-131-1/+1
* [Minor] Fix some testsVsevolod Stakhov2018-10-121-15/+17
* [Rework] Completely rewrite DMARC checks logicVsevolod Stakhov2018-10-121-296/+423
* [Minor] Unify check_auth/check_local optionsVsevolod Stakhov2018-10-021-8/+17
* [Fix] Fix groups messVsevolod Stakhov2018-09-291-0/+14
* [Fix] Fix resolving in DMARC reportsVsevolod Stakhov2018-09-271-15/+34
* make dmarc report from address customJan-Philipp Benecke2018-09-241-1/+3
* [Fix] Deprecate task:inc_dns_req as it is redundantVsevolod Stakhov2018-09-141-1/+0
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-4/+5
* [Minor] Avoid pre-result overridingVsevolod Stakhov2018-07-111-0/+2
* [Fix] Try to fix leak in dmarc moduleVsevolod Stakhov2018-06-141-1/+3
* [Fix] Send DMARC reports compressedVsevolod Stakhov2018-06-081-9/+21
* [Fix] Fix base64 folding in Lua APIVsevolod Stakhov2018-05-061-1/+4
* [Project] Encourage dependencies registration by name onlyVsevolod Stakhov2018-03-151-2/+2
* [Fix] Deal with non-key arguments in lua_redis.exec_scriptAndrew Lewis2018-02-271-1/+1
* [Fix] DMARC: require report_settings for sending reports onlyAndrew Lewis2018-02-271-1/+1
* [Minor] DMARC: apply library functionsAndrew Lewis2018-02-271-42/+5
* [Minor] Add common methods to find a primary controllerVsevolod Stakhov2018-02-261-3/+4
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2017-12-111-1/+1
* [Minor] Use controller for single-instance tasksAndrew Lewis2017-08-261-1/+1
* [Fix] Redis script loading in DMARC; URL tags; URL reputationAndrew Lewis2017-08-251-2/+1
* [Minor] Fix Content-Type for DMARC reportsVsevolod Stakhov2017-08-161-1/+1
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-011-1/+4
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
* [Feature] Support suppressing DMARC reports for some domainsAndrew Lewis2017-06-151-0/+9
* [Minor] Pass rspamd_config to taskless TCP requestsVsevolod Stakhov2017-06-131-0/+1
* [Minor] DMARC reporting: support copying reportsAndrew Lewis2017-06-061-0/+3
* [Minor] DMARC reporting: retry on DNS and SMTP errorsAndrew Lewis2017-06-011-7/+28
* [Feature] DMARC: Support excluding domains from samplingAndrew Lewis2017-05-291-7/+29
* [Minor] Fix warningsAndrew Lewis2017-05-291-4/+4
* [Minor] DMARC reporting: Fix TCP requestAndrew Lewis2017-05-291-0/+3
* [Minor] DMARC: fix runaway processing in reporting address verificationAndrew Lewis2017-05-291-10/+12
* [Minor] DMARC: Correctly set write flagAndrew Lewis2017-05-291-2/+2
* [Minor] Fix plugins after global reworksVsevolod Stakhov2017-05-241-7/+7
* [Minor] Fix redis_params usageVsevolod Stakhov2017-05-191-0/+5
* [Rework] Continue modularisation for lua libraryVsevolod Stakhov2017-05-181-57/+7
* [Minor] DMARC: s/type/format/Andrew Lewis2017-05-171-1/+1
* [Minor] DMARC: fix schema, add permerrors (reports); fix SPF alignmentAndrew Lewis2017-05-171-28/+32
* [Minor] DMARC reports: always use UTC timeAndrew Lewis2017-05-161-5/+16
* [Minor] DMARC reporting: remove stray characterAndrew Lewis2017-05-141-1/+1
* [Minor] DMARC reports: fixes for XML & reporting addressesAndrew Lewis2017-05-141-7/+8
* [Minor] DMARC reporting: couple of small fixesAndrew Lewis2017-05-121-51/+51
* [Minor] DMARC recporting: fix stray bracketAndrew Lewis2017-05-121-1/+1
* [Minor] DMARC reporting: rework backendAndrew Lewis2017-05-111-89/+85
* [Fix] Do not check DMARC if SPF or DKIM were not checkedVsevolod Stakhov2017-05-101-0/+6
* [Feature] Preliminary DMARC reporting implementationAndrew Lewis2017-05-091-49/+818
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* added dmarc sampled_out reportingcpragadeesh2017-04-011-4/+13
* [Minor] DMARC: Add descriptive errors; properly handle empty domainAndrew Lewis2017-03-201-1/+7
* [Minor] DMARC: always return policyAndrew Lewis2017-01-171-4/+4