Bug#375325: oops
Andreas Metzler
ametzler at downhill.at.eu.org
Sun Jun 25 12:14:22 UTC 2006
On 2006-06-25 Robert Millan <rmh at aybabtu.com> wrote:
[...]
> Oops. Actualy, it seems my patch makes exim redirect all mail to
> the wildcarded address, not just the one specified in /etc/aliases.
> Anyone has an idea on how to specify this properly in config file syntax? It
> should just try first:
> data = ${lookup{$local_part}lsearch{/etc/aliases}}
> and if that fails, fallback to the '*' check.
Actually you don't want
1. data = ${lookup{$local_part}lsearch{/etc/aliases}}
else
2. fallback to the '*' check.
but
1. data = ${lookup{$local_part}lsearch{/etc/aliases}}
2. run all other routers (local user, procmail, whatever)
3. fallback to the '*' check.
I think adding your router after mail4root would do the trick. Imho
this is material for the exim FAQ, not for the Debian package.
cu andreas
--
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken. (c) Jasper Ffforde
More information about the Pkg-exim4-maintainers
mailing list