diff options
author | analogic <info@analogic.cz> | 2019-01-27 12:12:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 12:12:30 +0100 |
commit | 7d5502ada6f6ac93a41a580bf8e99401636d4dff (patch) | |
tree | 23d017d7f476da0bb9a37ad50a13f8690dffd9f2 /src | |
parent | f97078913a7a45adc1f1640d31e032ff7f232e48 (diff) | |
download | rspamd-7d5502ada6f6ac93a41a580bf8e99401636d4dff.tar.gz rspamd-7d5502ada6f6ac93a41a580bf8e99401636d4dff.zip |
Update dmarc.lua
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/dmarc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index d7ee043b9..f05579d2d 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -977,7 +977,7 @@ if opts['reporting'] == true then report_start, report_end) conn:add_write(pre_quit_cb, {rhead, encoded, - report_footer, + report_footer:gsub("\n", "\r\n"), '\r\n.\r\n'}) end end |