Re: [Exim] wishlist item for local_scan

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Ollie Cook
Kopio: exim-users
Aihe: Re: [Exim] wishlist item for local_scan
Ollie Cook wrote:
> Hi,
>
> Would it be possible to have authenticated_sender added to local_scan.h in
> future distributions?
>
> It's value could be useful in determining what scanning methods should be
> implemented for a particular sender.


You can easily get the value with expand_string(US"$authenticated_sender");

Nico