# HG changeset patch # User Matthew Wild # Date 1656431109 -3600 # Node ID 1e8381f0d0a8b5eeae01c125016a72cec1e6455b # Parent 4ffd6551f4bbb351b158adafa896b126fb50f8b6 mod_firewall: README: Fix grammar and further improve wording diff -r 4ffd6551f4bb -r 1e8381f0d0a8 mod_firewall/README.markdown --- a/mod_firewall/README.markdown Tue Jun 28 16:39:44 2022 +0100 +++ b/mod_firewall/README.markdown Tue Jun 28 16:45:09 2022 +0100 @@ -364,10 +364,10 @@ be used in some [chains](#chains), such as for outgoing messages (the recipient may be on another server). Performance note: these checks can potentially cause storage access (especially if the recipient -is currently offline), so you may want to limit its use in high-traffic situations, and place rules +is currently offline), so you may want to limit their use in high-traffic situations, and place rules containing a roster check below other rules (such as a rate limiter). The storage access is -performed unconditionally before the first rule that contains a roster-based condition, even if earlier -conditions in that rule do not match. +performed unconditionally just before evaluation of the first rule that contains a roster-based +condition, even if earlier conditions in that rule do not match. #### IN ROSTER