On Fri, Jun 13, 2003 at 03:46:22PM -0400, Wakko Warner wrote:
> exim v4.20
>
> I'm trying to use $message_id in the RCPT acl, however, I'm finding that it
> is blank when it expands it. The manual isn't clear about this, it only
> says it's not allocated to the message until the header has been
> successfully received.
[...]
Well, it looks pretty clear to me, the message header is received
after DATA, the RCPT acl runs before that and cannot have $message_id.
cu andreas