changeset 4072:2dcbc01c9931

mod_firewall: Fix example in README to use |host (thanks DebXWoody)
author Matthew Wild <mwild1@gmail.com>
date Wed, 05 Aug 2020 16:38:49 +0100
parents 8e28d0918abc
children f6542e51b741
files mod_firewall/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/README.markdown	Wed Aug 05 14:57:10 2020 +0100
+++ b/mod_firewall/README.markdown	Wed Aug 05 16:38:49 2020 +0100
@@ -636,7 +636,7 @@
 
 For example, to apply a rate limit to stanzas per sender domain:
 
-    LIMIT normal on $<@from|domain>
+    LIMIT normal on $<@from|host>
 
 If the path does not match (e.g. the element isn't found, or the attribute doesn't exist) or any of the functions fail to produce an output (e.g. an invalid
 JID was passed to a function that only handles valid JIDs) the expression will return the text `<undefined>`. You can override this by ending the expression