mod_firewall: Fix example in README to use |host (thanks DebXWoody)
authorMatthew Wild <mwild1@gmail.com>
Wed, 05 Aug 2020 16:38:49 +0100
changeset 4076 2dcbc01c9931
parent 4075 8e28d0918abc
child 4077 f6542e51b741
mod_firewall: Fix example in README to use |host (thanks DebXWoody)
mod_firewall/README.markdown
--- 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