Mercurial > prosody-modules
diff mod_report_forward/README.md @ 6110:9db1529c06c2
Merge upstream
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Sun, 05 Jan 2025 17:50:02 +0100 |
| parents | 744127959dd1 |
| children |
line wrap: on
line diff
--- a/mod_report_forward/README.md Wed Nov 20 05:07:11 2024 +0100 +++ b/mod_report_forward/README.md Sun Jan 05 17:50:02 2025 +0100 @@ -23,7 +23,7 @@ list of JIDs to send all reports to (default is empty): ```lua -report_forward_to = { "antispam.example.com" } +report_forward_to = { "admin@example.net", "antispam.example2.com" } ``` You can also control whether the module sends a report to the server from @@ -35,7 +35,9 @@ The module looks up an abuse report address using XEP-0157 (only XMPP addresses are accepted). If it fails to find any suitable destination, it will -log a warning and not send the report. +fall back to sending the report to the domain itself unless `report_forward_to_origin_fallback` +is disabled (set to `false`). If the fallback is disabled, it will log a +warning and not send the report. @@ -75,3 +77,10 @@ </forwarded> </message> ``` + +## Compability + + Prosody-Version Status + ----------------- ---------------------- + trunk Works as of 07.12.22 + 0.12 Works
