# HG changeset patch # User Kim Alvefur # Date 1455372050 -3600 # Node ID 2ec7c0b8a371a95cc2de4aaa970c9f022fdb5acd # Parent 980e5f5bd62ccfcc127cc0928011e10c58709e2e mod_firewall/README: Fix table diff -r 980e5f5bd62c -r 2ec7c0b8a371 mod_firewall/README.markdown --- a/mod_firewall/README.markdown Sat Feb 13 12:08:21 2016 +0100 +++ b/mod_firewall/README.markdown Sat Feb 13 15:00:50 2016 +0100 @@ -184,10 +184,10 @@ its own, and does **not** match 'user@example.com'. To perform domain whitelists or blacklists, use Zones. - Condition Matches - ----------- ------------------------------------------------------- - `FROM_EXACTLY` The JID in the 'from' attribute exactly matches the given JID - `TO_EXACTLY` The JID in the 'to' attribute exactly matches the given JID + Condition Matches + ---------------- --------------------------------------------------------------- + `FROM_EXACTLY` The JID in the 'from' attribute exactly matches the given JID + `TO_EXACTLY` The JID in the 'to' attribute exactly matches the given JID These additional conditions do not support pattern matching, but are useful to match the exact to/from address on a stanza. For example, if