Re: [exim] acl_smtp_rcpt envelope to ?

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Chris Edwards
Date:  
À: exim users
Sujet: Re: [exim] acl_smtp_rcpt envelope to ?
| I cant find an expansion variable that works in the acl_smtp_rcpt ACL
| which contains the current Envelope Recipient or all the recipients
| so far.


I think you just use:

$local_part@$domain

for the current recipient.