Changeset

6071:965a3d451474

mod_report_forward: Add Compability section to README.md
author Menel <menel@snikket.de>
date Sat, 07 Dec 2024 22:09:41 +0100
parents 6070:b39b9cbbe1e1
children 6072:c88d01599948
files mod_report_forward/README.md
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
   </forwarded>
 </message>
 ```
+
+##Compability
+
+Prosody-Version Status
+--------------- ----------------------
+trunk           Works as of 07.12.22
+0.12						Works
+--------------- ----------------------