# HG changeset patch # User Matthew Wild # Date 1458213901 0 # Node ID f2d5aa7896462d3b454ac3bc8686724edaede721 # Parent 384fb28452b95aac32526b50bb89755a73f20f54 mod_firewall: README: Document JUMP_CHAIN diff -r 384fb28452b9 -r f2d5aa789646 mod_firewall/README.markdown --- a/mod_firewall/README.markdown Thu Mar 17 11:24:41 2016 +0000 +++ b/mod_firewall/README.markdown Thu Mar 17 11:25:01 2016 +0000 @@ -364,3 +364,7 @@ # This will match any stanzas sent to alice from a local user: TO: alice@remote.example.com DROP. + + Action Description + ------------------------ ------------------------------------------------------------------------ + `JUMP_CHAIN=name` Switches chains, and passes the stanza through the rules in chain 'name'. If the new chain causes the stanza to be dropped/redirected, the current chain halts further processing.