# HG changeset patch # User Matthew Wild # Date 1458215465 0 # Node ID 4e434abaf8fc7e68e79538c6a3682088da1d578f # Parent c26b28c65d473205b219572ded33421cc71544da mod_firewall: README: Improve chain documentation diff -r c26b28c65d47 -r 4e434abaf8fc mod_firewall/README.markdown --- a/mod_firewall/README.markdown Thu Mar 17 11:39:43 2016 +0000 +++ b/mod_firewall/README.markdown Thu Mar 17 11:51:05 2016 +0000 @@ -372,9 +372,11 @@ deliver_remote Applies to stanzas delivered to remote recipients (just before they leave the local server) preroute Applies to incoming stanzas from local users, before any routing rules are applied -By default, if no chain is specified, rules are put into the 'deliver' chain. It is possible to create custom -chains (useful with the JUMP_CHAIN action described below). User-created chains must begin with "user/", e.g. -"user/spam_filtering". +A chain is begun by a line `::name` where 'name' is the name of the chain you want the following rules to be +inserted into. If no chain is specified, rules are put into the 'deliver' chain. + +It is possible to create custom chains (useful with the JUMP_CHAIN action described below). User-created +chains must begin with "user/", e.g. "user/spam_filtering". Example of chain use: