Re: [exim] acl_smtp_rcpt envelope to ?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Chris Edwards
Datum:  
To: exim users
Betreff: 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.