rework userforward local_part_suffix documentation
authorPhil Pennock <pdp@exim.org>
Fri, 7 Oct 2011 03:40:01 +0000 (23:40 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 7 Oct 2011 03:40:01 +0000 (23:40 -0400)
Loosely based on suggestion from Julian Gilbey.
fixes bug 1139.

src/src/configure.default

index d6aaa5ec394d162602206c4b28dc46e234b1bfa4..a527b41a85fdf0304d92f00f196c395c9f94c2b5 100644 (file)
@@ -574,16 +574,18 @@ system_aliases:
 # file starts with the string "# Exim filter" or "# Sieve filter", uncomment
 # the "allow_filter" option.
 
-# If you want this router to treat local parts with suffixes introduced by "-"
-# or "+" characters as if the suffixes did not exist, uncomment the two local_
-# part_suffix options. Then, for example, xxxx-foo@your.domain will be treated
-# in the same way as xxxx@your.domain by this router. You probably want to make
-# the same change to the localuser router.
-
 # The no_verify setting means that this router is skipped when Exim is
 # verifying addresses. Similarly, no_expn means that this router is skipped if
 # Exim is processing an EXPN command.
 
+# If you want this router to treat local parts with suffixes introduced by "-"
+# or "+" characters as if the suffixes did not exist, uncomment the two local_
+# part_suffix options. Then, for example, xxxx-foo@your.domain will be treated
+# in the same way as xxxx@your.domain by this router. Because this router is
+# not used for verification, if you choose to uncomment those options, then you
+# will *need* to make the same change to the localuser router.  (There are
+# other approaches, if this is undesirable, but they add complexity).
+
 # The check_ancestor option means that if the forward file generates an
 # address that is an ancestor of the current one, the current one gets
 # passed on instead. This covers the case where A is aliased to B and B