summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dmarc.lua
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Minor] Fix log messageAndrew Lewis2016-08-211-1/+1
* [Fix] Disable DMARC for local/authorized mailVsevolod Stakhov2016-08-211-0/+5
* [Fix] DMARC: deal with missing and spurious spacesAndrew Lewis2016-08-191-6/+1
* [Fix] Fix processing of last element of DMARC policiesAndrew Lewis2016-08-051-4/+9
* [Fix] Fix DMARC_BAD_POLICY symbolAndrew Lewis2016-08-021-1/+1
* [Feature] Allow for setting action based on DMARC dispositionAndrew Lewis2016-07-311-0/+9
* [Feature] Add DMARC_BAD_POLICY symbol when DMARC policy was invalidAndrew Lewis2016-07-311-8/+10
* [Fix] Allow for disabling DMARC reporting when Redis is configuredAndrew Lewis2016-07-061-9/+16
* [Feature] Use new redis API in DMARC pluginVsevolod Stakhov2016-06-221-9/+13
* [Feature] Enable forced resolving for some lua pluginsVsevolod Stakhov2016-06-131-3/+6
* [Feature] Use universal redis definitions in rspamd pluginsVsevolod Stakhov2016-05-281-8/+3
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-6/+27
* [Fix] Use caseless comparison in dmarc moduleVsevolod Stakhov2016-03-071-8/+8
* Use has symbol when no need to get extra data for a symbolVsevolod Stakhov2016-02-081-1/+1
* Drop unneeded `require`Andrew Lewis2016-02-051-1/+0
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Some fixes to the default configurationVsevolod Stakhov2016-01-161-1/+1
* Do not parse URLs for getting TLD in luaVsevolod Stakhov2015-12-211-6/+2
* Fix pluginsVsevolod Stakhov2015-11-201-1/+1
* Check from returned more preciselyVsevolod Stakhov2015-11-161-19/+19
* Improve dkim domains validation for DMARCVsevolod Stakhov2015-09-171-7/+9
* Fix variable name.Vsevolod Stakhov2015-09-141-2/+2
* Rework dmarc to the dependencies system.Vsevolod Stakhov2015-09-141-5/+9
* Change separators to commas to avoid issues with ipv6.Vsevolod Stakhov2015-09-101-1/+1
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-6/+6
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-211-6/+16
* Fix DMARC plugin.Vsevolod Stakhov2015-04-201-19/+29
* DMARC: check for subdomain policyAndrew Lewis2015-04-181-18/+33
* DMARC: Abort processing on policy failure (where this is not happening already)Andrew Lewis2015-04-161-0/+2
* DMARC: handle relaxed policy; return policy domain with symbolAndrew Lewis2015-04-161-9/+17
* DMARC: more RFC-strictness; partial support for subdomain policies; return do...Andrew Lewis2015-04-161-14/+47
* Use tld when checking for DMARC policy.Vsevolod Stakhov2015-04-151-4/+8
* DMARC: Allow bogus backslashes in policy records; ignore non policy records; ...Andrew Lewis2015-04-081-8/+25
* Remove debug knob.Vsevolod Stakhov2015-04-071-1/+1
* DMARC: Check DKIM alignmentAndrew Lewis2015-04-051-15/+12