On 28 Oct 2005 at 14:49, Clive McDowell wrote about
"[exim] Two level auto-reply":
|...
| Running Exim 4.54 on Solaris 8 sparc. I'm trying to set exim so that mail to one of a particular group of local users always
| generates an auto-response. The local names all begin with c208 and to pick these up I have configured the following router and
| transport -
|
| vacation_always:
| driver = accept
| check_local_user
| local_part_prefix = c208
I'm thinking check_local_user should come after local_part_prefix.
|...
- Fred