aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dmarc.lua
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Minor] Avoid some table lookups in Lua partsAndrew Lewis2016-12-151-3/+5
* [Minor] Remove unused variableVsevolod Stakhov2016-11-201-1/+1
* [Feature] Set expire for dmarc reportsVsevolod Stakhov2016-11-201-1/+16
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-0/+1
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-11/+7
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-2/+3
* [Minor] Allow '\' in dmarc recordsVsevolod Stakhov2016-10-311-1/+1
* [Rework] Rework parsing of DMARC recordsVsevolod Stakhov2016-10-311-53/+71
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-1/+1
* [Minor] Use human-readable policy in DMARC pluginAndrew Lewis2016-10-101-20/+10
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-301-1/+14
* [Minor] Fix DMARC after the recent RDNS changesAndrew Lewis2016-09-271-2/+2
* [Minor] Return policy in DMARC_POLICY_ACCEPT optionsAndrew Lewis2016-09-211-1/+7
* [Minor] Clarify display messageAndrew Lewis2016-09-191-2/+2
* [Feature] Descriptive options for DMARC failure symbolsAndrew Lewis2016-09-081-7/+23
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-5/+0
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+5
* [Minor] Fix forcing actions in DMARC pluginAndrew Lewis2016-08-301-7/+6
* [Minor] Yield DMARC_NA when From header is missingAndrew Lewis2016-08-301-17/+53
* [Feature] Add DMARC_NA symbolAndrew Lewis2016-08-261-24/+34
* [Feature] Yield DMARC_DNSFAIL on lookup failureAndrew Lewis2016-08-251-12/+25
* [Fix] DMARC: Fix alignment checking for subdomainsAndrew Lewis2016-08-221-6/+4