------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1139
Phil Pennock <pdp@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pdp@???
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Phil Pennock <pdp@???> 2011-08-29 00:16:03 ---
In the supplied default configuration, the `userforward` Router has a
`no_verify` clause. Thus this router is not used for verifying if the address
is deliverable. Instead, that is left to the `localuser` Router.
If you look in the comments preceding this Router, you will find:
============================8< cut here >8==============================
# 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@??? will be treated
# in the same way as xxxx@??? by this router. You probably want to make
# the same change to the localuser router.
============================8< cut here >8==============================
Make the same change to the `localuser` Router and your problem will be
resolved.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email