mod_firewall: README: Fix grammar and further improve wording
authorMatthew Wild <mwild1@gmail.com>
Tue, 28 Jun 2022 16:45:09 +0100
changeset 4971 1e8381f0d0a8
parent 4970 4ffd6551f4bb
child 4972 487f1eb829cf
mod_firewall: README: Fix grammar and further improve wording
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