Docs: tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 26 Nov 2024 11:00:07 +0000 (11:00 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 26 Nov 2024 11:00:07 +0000 (11:00 +0000)
doc/doc-docbook/spec.xfpt
src/src/exim_msgdate.src
src/src/eximstats.src

index 1938842274586d3896df4157f4fb58f7a266b3fa..1b0dd8832900bf53272ea40691b1a3087b7ddfd0 100644 (file)
@@ -5216,7 +5216,7 @@ This can then be used in a &(redirect)& router setting like this:
 data = ${lookup mysql{ALIAS_QUERY}}
 .endd
 In earlier versions of Exim macros were sometimes used for domain, host, or
-address lists. In Exim 4 these are handled better by named lists &-- see
+address lists. In Exim version 4 these are handled better by named lists &-- see
 section &<<SECTnamedlists>>&.
 
 
@@ -9259,6 +9259,8 @@ does not match the list. This may not always be what you want to happen.
 To change Exim's behaviour, the special items &`+include_unknown`& or
 &`+ignore_unknown`& may appear in the list (at top level &-- they are
 not recognized in an indirected file).
+The effects of these special items do not propagate into referenced
+named lists.
 
 .ilist
 If any item that follows &`+include_unknown`& requires information that
@@ -9625,6 +9627,7 @@ longer case-independent. This does not affect the domain, which remains in
 lower case. However, although independent matches on the domain alone are still
 performed caselessly, regular expressions that match against an entire address
 become case-sensitive after &"+caseful"& has been seen.
+The effects of &"+caseful"& propagate into any referenced named lists.
 
 .new
 This string may not be tainted.
index 337f828ce084750db0c0024988cc5373c638f424..0066e60fb66ef60484c9a9a9b14da53d853b1243 100644 (file)
@@ -605,7 +605,7 @@ The value is an integer between 0 and 16, or the value "none" which
 means there is no localhost_number.
 
 Do not confuse this with the L<--local|/l---local> option, which displays times
- in the local timezone.
+in the local timezone.
 
 =item B<--C> B<full path to exim configuration file>
 
@@ -614,7 +614,7 @@ We set C<localhost_number> from the exim configfile.
 
 =item B<-dexim_path>
 
-The test test harness passes the full path of the C<exim> binary,
+The test harness passes the full path of the C<exim> binary,
 or here the C<exim_msgdate> being tested. Not currently used.
 
 =back
index 4776c85b742c71a7e2b79547d1f6b2a98bca4faf..84f100dcd0fc9e84c8dd890cea96eb5ae556c703 100644 (file)
@@ -395,7 +395,7 @@ Show the delivery times (B<DT>)for all the messages.
 Exim must have been configured to use the +deliver_time logging option
 for this option to work.
 
-I<list> is an optional list of times. Eg -show_dt1,2,4,8 will show
+I<list> is an optional list of times. E.g. -show_dt1,2,4,8 will show
 the number of messages with delivery times under 1 second, 2 seconds, 4 seconds,
 8 seconds, and over 8 seconds.
 
@@ -408,7 +408,7 @@ These figures will be skewed by pipelined messages so might not be that useful.
 Exim must have been configured to use the +queue_time_overall logging option
 for this option to work.
 
-I<list> is an optional list of times. Eg -show_rt1,2,4,8 will show
+I<list> is an optional list of times. E.g. -show_rt1,2,4,8 will show
 the number of messages with receipt times under 1 second, 2 seconds, 4 seconds,
 8 seconds, and over 8 seconds.
 
@@ -436,14 +436,14 @@ May be combined with B<-byhost> and/or B<-bydomain> and/or B<-byemail>.
 =item B<-pattern> I<Description> I</Pattern/>
 
 Look for the specified pattern and count the number of lines in which it appears.
-This option can be specified multiple times. Eg:
+This option can be specified multiple times:
 
  -pattern 'Refused connections' '/refused connection/'
 
 
 =item B<-merge>
 
-This option allows eximstats to merge old eximstat reports together. Eg:
+This option allows eximstats to merge old eximstat reports together:
 
  eximstats mainlog.sun > report.sun.txt
  eximstats mainlog.mon > report.mon.txt
@@ -520,8 +520,8 @@ we will output an error message if we don't find any.
 =item B<-d>
 
 Debug flag. This outputs the eval()'d parser onto STDOUT which makes it
-easier to trap errors in the eval section. Remember to add 1 to the line numbers to allow for the
-title!
+easier to trap errors in the eval section.
+Remember to add 1 to the line numbers to allow for the title!
 
 =back