summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/dkim_signing.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix logger invocationVsevolod Stakhov2018-10-161-1/+1
* [Fix] Fix dependencies for DNS_SIGNED symbolVsevolod Stakhov2018-10-031-0/+3
* [Minor] Fix groups registrationVsevolod Stakhov2018-09-231-1/+2
* [Minor] Fix dkim signing from HTTP headersVsevolod Stakhov2018-09-231-1/+6
* [Fix] Deprecate task:inc_dns_req as it is redundantVsevolod Stakhov2018-09-141-1/+0
* [Minor] Add signing symbols to the corresponding groupsVsevolod Stakhov2018-09-061-1/+2
* [Feature] Allow to get dkim signing data directly from HTTP headersVsevolod Stakhov2018-08-141-12/+18
* [Minor] Improve dkim signing debuggingVsevolod Stakhov2018-08-131-4/+10
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-6/+6
* [Feature] Add pubkey checks for dkim_signingVsevolod Stakhov2018-06-121-7/+40
* [Feature] Improve error reporting for DKIM key access issuesVsevolod Stakhov2018-06-111-2/+8
* [Minor] Fix misprintVsevolod Stakhov2018-03-041-2/+1
* [Minor] Improve logging and style in dkim_signingVsevolod Stakhov2018-03-041-15/+20
* [Refactor] Rename all lua libraries in the common wayVsevolod Stakhov2018-02-231-1/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+2
* [Minor] Fix DKIM signing changesAndrew Lewis2017-11-091-0/+1
* [Fix] Remove extra noise from dkim and arc signingVsevolod Stakhov2017-11-091-0/+4
* [Feature] Bayes expiry pluginAndrew Lewis2017-06-101-13/+2
* [Minor] Silence warningsAndrew Lewis2017-06-051-8/+8
* [Minor] Move E to the proper placeVsevolod Stakhov2017-05-281-1/+0
* [Minor] Allow authenticated domain to be used in dkimVsevolod Stakhov2017-05-281-4/+1
* [Rework] Move common DKIM functions to a separate lua moduleVsevolod Stakhov2017-05-281-123/+4
* [Fix] Use dkim signing callback properlyVsevolod Stakhov2017-05-241-2/+5
* Add ability to read selector from RedisAndré Peters2017-05-081-27/+50
* Is not writeAndré Peters2017-05-051-1/+1
* [Fix] DKIM Signing: avoid nil index when From header is missingAndrew Lewis2017-05-041-1/+1
* [Feature] DKIM signing: sign_networks/local address specific use_domain settingsAndrew Lewis2017-04-261-6/+20
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Minor] Disable dkim_signing if redis is specified but not configuredVsevolod Stakhov2017-04-201-1/+2
* [Minor] DKIM signing: deal with ambiguous settings betterAndrew Lewis2017-04-181-5/+9
* [Feature] DKIM Signing: envelope match exception for local IPsAndrew Lewis2017-04-131-3/+12
* [Fix] Fix templates grammar usageVsevolod Stakhov2017-03-271-7/+4
* [Feature] Memoize LPEG grammarsVsevolod Stakhov2017-03-251-5/+8
* [Minor] DKIM signing: lower-case both of envelope/header domainsAndrew Lewis2017-03-171-2/+6
* [Minor] Lower-case DKIM domain soonerAndrew Lewis2017-03-171-1/+2
* [Minor] Lowercase dkim domain for signingVsevolod Stakhov2017-03-171-0/+1
* [Minor] DKIM signing: ensure variables in path are replacedAndrew Lewis2017-03-151-2/+13
* [Feature] DKIM signing: support use of mapsAndrew Lewis2017-03-151-6/+33
* [Fix] DKIM signing: use domain-specific signing keyAndrew Lewis2017-03-141-2/+2
* [Fix] Couple of fixes for DKIM signing moduleAndrew Lewis2017-03-061-3/+3
* [Conf] Add dkim signing docsVsevolod Stakhov2017-03-061-0/+4
* [Minor] Fix warningsAndrew Lewis2017-01-281-3/+4
* [Feature] Allow to store dkim keys in RedisVsevolod Stakhov2017-01-281-2/+44
* [Minor] DKIM signing module: Small improvements & fixesAndrew Lewis2016-12-211-5/+14
* [Feature] Add preliminary version of DKIM signing moduleAndrew Lewis2016-12-201-0/+131