aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dmarc.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* DMARC: allow either of SPF/DKIM to yield pass; check From header alignment; a...Andrew Lewis2015-04-041-16/+50
* Add preliminary version of DMARC plugin.Vsevolod Stakhov2015-04-031-0/+196