git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af7e59
)
Docs: add note on verify = senders= . Bug 2028
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 29 Jan 2017 15:30:28 +0000
(15:30 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 29 Jan 2017 15:30:28 +0000
(15:30 +0000)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 1bc2028d50637596802ff2da4a494154ec50e838..64807899824d0b976d5fc6388182364c7c7cb6d7 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-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