Software /
code /
prosody-modules
Changeset
5940:1927d4d27a26
mod_report_forward: Some whitespace fixes
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 30 May 2024 17:55:48 +0100 |
parents | 5939:db5128d1a16c |
children | 5941:5c4e102e2563 |
files | mod_report_forward/mod_report_forward.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_report_forward/mod_report_forward.lua Thu May 30 17:55:07 2024 +0100 +++ b/mod_report_forward/mod_report_forward.lua Thu May 30 17:55:48 2024 +0100 @@ -17,7 +17,7 @@ local contact_lookup_timeout = module:get_option_number("report_forward_contact_lookup_timeout", 180); local body_template = module:get_option_string("report_forward_body_template", [[ -SPAM/ABUSE REPORT +SPAM/ABUSE REPORT ----------------- Reported JID: {reported_jid} @@ -27,7 +27,7 @@ {reported_message_time&The reported message was sent at: {reported_message_time}} --- +-- This message contains also machine-readable payloads, including XEP-0377, in case you want to automate handling of these reports. You can receive these reports to a different address by setting 'spam-report-addresses' in your server