Software /
code /
prosody-modules
Changeset
2105:f2d5aa789646
mod_firewall: README: Document JUMP_CHAIN
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 17 Mar 2016 11:25:01 +0000 |
parents | 2104:384fb28452b9 |
children | 2106:f2ee508315e1 |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.