Re: [exim] acl_smtp_rcpt envelope to ?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Chris Edwards
Ημερομηνία:  
Προς: exim users
Αντικείμενο: 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.