> -----Original Message-----
> From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
> Behalf Of Markus Fischer
> Sent: Tuesday, September 23, 2003 1:17 AM
> To: exim-users@???
> Subject: [Exim] received_recipients and logging recipients in ACL
>
>
> Hi,
>
> the manuals states clearly:
>
> "Recipients that were discarded by an ACL for MAIL or RCPT do not
> appear in the list."
>
> When using exiscan and deniying *.exe attachments, the message gets
> denied in the ACL phase.
>
> The problem for me is, it gets only logged who the sender of the
> message is; but not its destination. In the rejectlog I'm seeing who
> the intended recipient was. Is there some way I can have this
> information in the mainlog too?
>
> thanks,
>
> - Markus
deny message = [T=$recipients] ${uc:$found_extension} Extensions are not \
accepted here.
would show the intended person(s) as [T=me@???] in the log(s).
Rick