git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8cd386d
)
Docs: wording fixes.
author
u34
<u34@net9.ga>
Tue, 24 Nov 2020 21:53:48 +0000
(21:53 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 24 Nov 2020 21:54:55 +0000
(21:54 +0000)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 7e5b23eafa833a1531610f3538776d2c25da30ea..857166fcdb91c09d8398e11b411902892ab9e737 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-27366,7
+27366,7
@@
conditions:
.ilist
The client host must match &%auth_advertise_hosts%& (default *).
.next
.ilist
The client host must match &%auth_advertise_hosts%& (default *).
.next
-I
t
the &%server_advertise_condition%& option is set, its expansion must not
+I
f
the &%server_advertise_condition%& option is set, its expansion must not
yield the empty string, &"0"&, &"no"&, or &"false"&.
.endlist
yield the empty string, &"0"&, &"no"&, or &"false"&.
.endlist
@@
-27474,7
+27474,7
@@
encode '\0user@domain.com\0pas$$word'
.endd
gives an incorrect answer because of the unescaped &"@"& and &"$"& characters.
.endd
gives an incorrect answer because of the unescaped &"@"& and &"$"& characters.
-If you have the &%mimencode%& command installed, another way to
do
produce
+If you have the &%mimencode%& command installed, another way to produce
base64-encoded strings is to run the command
.code
echo -e -n `\0user\0password' | mimencode
base64-encoded strings is to run the command
.code
echo -e -n `\0user\0password' | mimencode