commit 923fd86: rename report_domain -> reportING_domain
cgielen
c.gielen at uvt.nl
Wed Sep 25 13:21:05 UTC 2019
Author: cgielen
Date: 2019-09-25 10:29:09 +0200
URL: https://github.com/rspamd/rspamd/commit/923fd861956b491b4d9542434a3b431a7b0f209c (refs/pull/3055/head)
rename report_domain -> reportING_domain
---
src/plugins/lua/dmarc.lua | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua
index b2175a331..726298edf 100644
--- a/src/plugins/lua/dmarc.lua
+++ b/src/plugins/lua/dmarc.lua
@@ -48,7 +48,7 @@ local report_settings = {
}
local report_template = [[From: "{% from_name %}" <{% from_addr %}>
To: {% rcpt %}
-Subject: Report Domain: {% report_domain %}
+Subject: Report Domain: {% reporting_domain %}
Submitter: {% submitter %}
Report-ID: {% report_id %}
Date: {% report_date %}
@@ -65,7 +65,7 @@ Content-Transfer-Encoding: 7bit
This is an aggregate report from {% submitter %}.
-Report domain: {% report_domain %}
+Report domain: {% reporting_domain %}
Submitter: {% submitter %}
Report ID: {% report_id %}
@@ -73,7 +73,7 @@ Report ID: {% report_id %}
Content-Type: application/gzip
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
- filename="{% submitter %}!{% report_domain %}!{% report_start %}!{% report_end %}.xml.gz"
+ filename="{% submitter %}!{% reporting_domain %}!{% report_start %}!{% report_end %}.xml.gz"
]]
local report_footer = [[
More information about the Commits
mailing list