Incoming Mail fields
Important Note
The following mail merge tags, while fully supported in ListManager 5.0, are now obsolete. We recommend you use the new tags described above in Message Personalization and Scripting.
The following fields apply to list postings, which are substitutes in the values from the currently active posting. They all pull their values from information in the incoming mail message (i.e., the message being posted).
$subst('inmail.messageid')
The ListManager message-ID of the message being posted.
$subst('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.
$subst('inmail.hdrfrom')
The value of the "From:" header in this message.
$subst('inmail.hdrto')
The value of the "To:" header in this message.
$subst('inmail.hdrdate')
The value of the "Date:" header in this message.
$subst('inmail.hdrsubject')
The value of the "Subject:" header in this message.
$subst('inmail.hdrall')
The complete header in this message.
$subst('inmail.to')
The actual recipient of this message. This is the value passed via the RCPT TO:<> command
during the SMTP transaction.
$subst('inmail.byemail')
Whether or not this incoming message was received by email (or by NNTP). If the message was received
through the web interface, this value will be "no", otherwise it will be "yes".
$subst('inmail.body')
The full body of the incoming mail message (does not include the header)
$subst('inmail.bodyquoted')
The full body of the incoming mail message (does not include the header), with each line quoted
with a "> " character.