On 10 Dec 2005 at 15:52, Giuliano Gavazzi wrote about
"[exim] how to detect if address ali":
| Sorry the quick'n'dumb question.
| In short, how do I detect that a redirect router has successfully
| redirected an address?
There's probably several ways, but my first thought is to compare
$original_local_part to $local_part, and accept only if they are
unequal. I'm assuming you don't have local_part_prefix or
local_part_suffix options on the local user router.
- Fred