Incoming Mail fields
- %%merge inmail.messageid%%
The Aurea List Manager message-ID of the message being posted.
- %%merge inmail.hdrfromspc%%
The value of the "From " field in this message. This is the value passed via the MAIL FROM:<> command during the SMTP transaction.
- %%merge inmail.hdrfrom%%
The value of the From: header in this message.
- %%merge inmail.hdrto%%
The value of the "To:" header in this message.
- %%merge inmail.hdrdate%%
The value of the Date: header in this message.
- %%merge inmail.hdrsubject%%
The value of the Subject: header in this message.
- %%merge inmail.hdrall%%
The complete header in this message.
- %%merge inmail.to%%
The actual recipient of this message. This is the value passed via the RCPT TO:<> command during the SMTP transaction.
- %%merge inmail.byemail%%
Whether or not this incoming message was received by email (or by NNTP). If the message was received through the web interface, the value is "no", else it is "yes".
- %%merge inmail.body%%
The full body of the incoming mail message (does not include the header)
- %%merge inmail.bodyquoted%%
The full body of the incoming mail message (does not include the header), with each line quoted with a "> " character.