Re: [exim] acl_smtp_rcpt envelope to ?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Chris Edwards
Fecha:  
A: exim users
Asunto: 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.