Showing 466 changed files with 18,302 additions and 11,098 deletions.
2 changes: 1 addition & 1 deletion doc/doc-docbook/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Make file for Exim documentation from xfpt source.
# Copyright (c) The Exim Maintainers 2020
# Copyright (c) The Exim Maintainers 2020 - 2021
export LC_ALL=C

notarget:; @echo "** You must specify a target, in the form x.y, where x is 'filter', 'spec',"
Expand Down
4 changes: 2 additions & 2 deletions doc/doc-docbook/filter.xfpt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
. Copyright year. Update this (only) when changing content.

.macro copyyear
2018
2021
.endmacro

. ===========================================================================
Expand Down Expand Up @@ -1343,7 +1343,7 @@ A &"contains"& test does a partial string match, having expanded both strings.
.endd

For a &"matches"& test, after expansion of both strings, the second one is
interpreted as a regular expression. Exim uses the PCRE regular expression
interpreted as a regular expression. Exim uses the PCRE2 regular expression
library, which provides regular expressions that are compatible with Perl.

The match succeeds if the regular expression matches any part of the first
Expand Down
Loading