Re: [Exim] Adding a header only if sender was authenticated?
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensagem é parte da seguinte discussão:
a lista completa das discussões ordenadas por data
David Saez em
2003-01-26 14:43
j2 em
2003-01-26 14:56
Autor:
Nico Erfurth
Data:
2003-01-26 14:49
UTC
Para:
j2
CC:
exim-users@exim.org
Assunto:
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