Συντάκτης: Nico Erfurth
Ημερομηνία:
Προς: j2
Υ/ο: exim-users@exim.org
Αντικείμενο: Re: [Exim] Adding a header only if sender was authenticated?
On Sun, 26 Jan 2003, j2 wrote:
>
> > Is this possible? I would like to add a header to mails that were sent "by
> > an authenticated user"?
In your MAIL ACL add
warn message = X-Authenticated-As: $authenticated_id
authenticated = *
Nico