# HG changeset patch # User Matthew Wild # Date 1596641929 -3600 # Node ID 2dcbc01c99311acf9a69fc482f4cb9609fe61ffa # Parent 8e28d0918abcf6d30fe86fbf8b979d35cf925a65 mod_firewall: Fix example in README to use |host (thanks DebXWoody) diff -r 8e28d0918abc -r 2dcbc01c9931 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 ``. You can override this by ending the expression