aboutsummaryrefslogtreecommitdiffstats
path: root/rules/http_headers.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move http_headers to pluginAndrew Lewis2020-12-171-181/+0
| | | | | | | | - Support multiple DKIM results - Insert DKIM trace symbols - Always disable callbacks if we got a header - Make the plugin default-disabled - Disable callbacks instead of virtual symbols
* fix copy/paste error in commentMatt Simerson2017-08-251-1/+1
|
* [Minor] Some linting for rulesAndrew Lewis2016-11-131-2/+2
|
* [Minor] Update http headers rulesAndrew Lewis2016-10-121-13/+82
| | | | | | - Fix some inaccuracies - Add new symbols - Use symbols from configuration
* [Fix] Fix symbol name for spf soft failVsevolod Stakhov2016-06-081-1/+1
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
|
* Fix parsing of headersVsevolod Stakhov2015-10-191-28/+34
|
* Add module to get data from HTTP headersVsevolod Stakhov2015-10-191-0/+116
Issue: #285 Reported by: @msimerson