Docs: add note on verify = senders= . Bug 2028
[users/heiko/exim.git] / doc / doc-docbook / spec.xfpt
index 1bc2028d50637596802ff2da4a494154ec50e838..64807899824d0b976d5fc6388182364c7c7cb6d7 100644 (file)
@@ -29785,6 +29785,15 @@ to avoid doing it more than once per message.
 .cindex "&%verify%& ACL condition"
 This is a variation of the previous option, in which a modified address is
 verified as a sender.
+
+.new
+Note that '/' is legal in local-parts; if the address may have such
+(eg. is generated from the received message)
+they must be protected from the options parsing by doubling:
+.code
+verify = sender=${sg{${address:$h_sender:}}{/}{//}}
+.endd
+.wen
 .endlist