On Jul 8, 2004, at 21:39, Christian Balzer wrote:
> Indeed, because the above has a big GOTCHA. It creates rather broken
> addresses when _you_ send a null sender mail, like with vacation or
> autoreply transport... Like <=who=where=hash@>
> Basically it should never do this for a null sender no matter what,
> but I'm too busy digesting my lunch to tinker with it now.
Take a look at the doc again. I have added a separate router, with
the precondition:
require_files = /home/$sender_address_local_part/.use_env_sigs
This also takes care of the NULL envelope sender (you wouldn't want to
create /home/.use_env_sigs). It can also be made explicit:
senders = ! : *
Thanks for your discoveries so far!
-tor