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>>&.
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
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.
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>
=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
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.
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.
=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
=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