git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f0a4098
)
Docs: tidying
author
Hendrik Jäger
<bugs_exim@henk.geekmail.org>
Fri, 29 Sep 2023 12:47:36 +0000
(13:47 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 29 Sep 2023 12:47:36 +0000
(13:47 +0100)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
doc/doc-scripts/g2t
patch
|
blob
|
history
doc/doc-txt/NewStuff
patch
|
blob
|
history
src/src/lookups/README
patch
|
blob
|
history
src/src/tls-openssl.c
patch
|
blob
|
history
src/src/tree.c
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 1f5e295119726d9d868533f8a335e850e3bd75c6..ed8a3a26688241777cf2525a0af519117ac3e410 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-8234,7
+8234,7
@@
daemon as in the other SQL databases.
.oindex &%sqlite_dbfile%&
There are two ways of
specifying the file.
.oindex &%sqlite_dbfile%&
There are two ways of
specifying the file.
-The first is
is
by using the &%sqlite_dbfile%& main option.
+The first is by using the &%sqlite_dbfile%& main option.
The second, which allows separate files for each query,
is to use an option appended, comma-separated, to the &"sqlite"&
lookup type word. The option is the word &"file"&, then an equals,
The second, which allows separate files for each query,
is to use an option appended, comma-separated, to the &"sqlite"&
lookup type word. The option is the word &"file"&, then an equals,
@@
-30341,7
+30341,7
@@
DNSSEC.
.next
Add TLSA DNS records. These say what the server certificate for a TLS connection should be.
.next
.next
Add TLSA DNS records. These say what the server certificate for a TLS connection should be.
.next
-Offer a server certificate, or certificate chain, in TLS connections which is
is
anchored by one of the TLSA records.
+Offer a server certificate, or certificate chain, in TLS connections which is anchored by one of the TLSA records.
.endlist
There are no changes to Exim specific to server-side operation of DANE.
.endlist
There are no changes to Exim specific to server-side operation of DANE.
diff --git
a/doc/doc-scripts/g2t
b/doc/doc-scripts/g2t
index c840ac64f13da4643f95dde92614874f686fe84a..5916e91491f1c01d1f2e8bc0e9d56904892cffde 100755
(executable)
--- a/
doc/doc-scripts/g2t
+++ b/
doc/doc-scripts/g2t
@@
-294,7
+294,7
@@
my($new_lastwasitem) = 0;
# Chapter directives just require . => @; however, dequoting the
# line thereafter will remove the first @, so just force it back
# Chapter directives just require . => @; however, dequoting the
# line thereafter will remove the first @, so just force it back
-# afterwards. If the chapter is
is
one describing a driver, set
+# afterwards. If the chapter is one describing a driver, set
# the driver name.
if (/\.chapter/)
# the driver name.
if (/\.chapter/)
diff --git
a/doc/doc-txt/NewStuff
b/doc/doc-txt/NewStuff
index 89df66ba2f9c212913e6b7033b9ef1bf6f35be22..af084448b51376f1d73310c80e619dab425b424b 100644
(file)
--- a/
doc/doc-txt/NewStuff
+++ b/
doc/doc-txt/NewStuff
@@
-1190,7
+1190,7
@@
Version 4.68
9. There is a new ACL, specified by acl_smtp_notquit, which is run in most
cases when an SMTP session ends without sending QUIT. However, when Exim
9. There is a new ACL, specified by acl_smtp_notquit, which is run in most
cases when an SMTP session ends without sending QUIT. However, when Exim
- itself is i
s
bad trouble, such as being unable to write to its log files,
+ itself is i
n
bad trouble, such as being unable to write to its log files,
this ACL is not run, because it might try to do things (such as write to
log files) that make the situation even worse.
this ACL is not run, because it might try to do things (such as write to
log files) that make the situation even worse.
diff --git
a/src/src/lookups/README
b/src/src/lookups/README
index 2e87edadd5bf61605311972f9147f2271264195f..614b349ec73794ed6ed5f7c186e35270936eb56f 100644
(file)
--- a/
src/src/lookups/README
+++ b/
src/src/lookups/README
@@
-75,7
+75,7
@@
The arguments are:
uschar **errmsg where to put an error message if there is a problem
The yield of xxx_open() is a void * value representing the open file or
uschar **errmsg where to put an error message if there is a problem
The yield of xxx_open() is a void * value representing the open file or
-database. For real files i
s
is normally the FILE or DBM value. For other
+database. For real files i
t
is normally the FILE or DBM value. For other
kinds of lookup, if there is no natural value to use, (-1) is recommended.
The value should not be NULL (or 0) as that is taken to indicate failure of
the xxx_open() function. For single-key lookups, the handle is cached along
kinds of lookup, if there is no natural value to use, (-1) is recommended.
The value should not be NULL (or 0) as that is taken to indicate failure of
the xxx_open() function. For single-key lookups, the handle is cached along
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 2e537a160c05f3e18414bb87bdc4a283ec696ff4..01622560f366c8613b7351bdcfebcd3ba9ee970b 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-1438,7
+1438,7
@@
SNI handling.
Separately we might try to replace using OCSP_basic_verify() - which seems to not
be a public interface into the OpenSSL library (there's no manual entry) -
Separately we might try to replace using OCSP_basic_verify() - which seems to not
be a public interface into the OpenSSL library (there's no manual entry) -
-(in 3.0.0 + i
s
is public)
+(in 3.0.0 + i
t
is public)
But what with? We also use OCSP_basic_verify in the client stapling callback.
And there we NEED it; we must verify that status... unless the
library does it for us anyway? */
But what with? We also use OCSP_basic_verify in the client stapling callback.
And there we NEED it; we must verify that status... unless the
library does it for us anyway? */
diff --git
a/src/src/tree.c
b/src/src/tree.c
index 13fc28cc2414df21d1f1c80128b5c14b08641433..92176668a0d9211723fc5f574c77937608f2c4d1 100644
(file)
--- a/
src/src/tree.c
+++ b/
src/src/tree.c
@@
-48,7
+48,7
@@
if (!tree_insertnode(&tree_nonrecipients, node)) store_reset(rpoint);
Argument:
s string to add
Argument:
s string to add
- addr the address i
s
is a duplicate of
+ addr the address i
t
is a duplicate of
Returns: nothing
*/
Returns: nothing
*/