comparison mod_report_forward/mod_report_forward.lua @ 6040:226886ffafb0

mod_report_forward: Drop 'spam-' here too? Assumed to be an oversight in 91590d92b919
author Kim Alvefur <zash@zash.se>
date Tue, 26 Nov 2024 15:24:43 +0100
parents 93efc6c4fe93
children fc521fb5ffa0
comparison
equal deleted inserted replaced
6039:93efc6c4fe93 6040:226886ffafb0
29 {reported_message_time&The reported message was sent at: {reported_message_time}} 29 {reported_message_time&The reported message was sent at: {reported_message_time}}
30 30
31 -- 31 --
32 This message contains also machine-readable payloads, including XEP-0377, in case 32 This message contains also machine-readable payloads, including XEP-0377, in case
33 you want to automate handling of these reports. You can receive these reports 33 you want to automate handling of these reports. You can receive these reports
34 to a different address by setting 'spam-report-addresses' in your server 34 to a different address by setting 'report-addresses' in your server
35 contact info configuration. For more information, see https://xmppbl.org/reports/ 35 contact info configuration. For more information, see https://xmppbl.org/reports/
36 ]]):gsub("^%s+", ""):gsub("(%S)\n(%S)", "%1 %2"); 36 ]]):gsub("^%s+", ""):gsub("(%S)\n(%S)", "%1 %2");
37 37
38 local report_addresses = require "util.cache".new(cache_size); 38 local report_addresses = require "util.cache".new(cache_size);
39 39