# HG changeset patch # User Menel # Date 1733605781 -3600 # Node ID 965a3d451474f5450cbbdcb8ff108f641365e62c # Parent b39b9cbbe1e1d02df067c04f456ca51637f553ca mod_report_forward: Add Compability section to README.md diff -r b39b9cbbe1e1 -r 965a3d451474 mod_report_forward/README.md --- a/mod_report_forward/README.md Sat Dec 07 22:02:20 2024 +0100 +++ b/mod_report_forward/README.md Sat Dec 07 22:09:41 2024 +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 @@ -77,3 +77,11 @@ ``` + +##Compability + +Prosody-Version Status +--------------- ---------------------- +trunk Works as of 07.12.22 +0.12 Works +--------------- ----------------------