# HG changeset patch # User Matthew Wild # Date 1458213860 0 # Node ID 11f047bcb9e4254b90eb0c6ea97c788157b6d749 # Parent 2c225b4b93d230557cba3198e81fd2f892949e46 mod_firewall: README: Add note about user-defined chains diff -r 2c225b4b93d2 -r 11f047bcb9e4 mod_firewall/README.markdown --- a/mod_firewall/README.markdown Thu Mar 17 11:23:13 2016 +0000 +++ b/mod_firewall/README.markdown Thu Mar 17 11:24:20 2016 +0000 @@ -337,7 +337,9 @@ 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. +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". Example of chain use: