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
This message is part of the following thread:
the complete thread tree sorted by date
David Saez at
2003-01-26 14:43
j2 at
2003-01-26 14:56
Author:
Nico Erfurth
Date:
2003-01-26 14:49
UTC
To:
j2
CC:
exim-users@exim.org
Subject:
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