Lyris User's Guide
[previous] [next] [contents]
Incoming Mail fields
Table of Contents
· Introduction
· Email Commands
· Web Interface for Users
· Server Administrator
· Site Administrator
· List Administrator
· Other Topics
· · Security Considerations
· · Security Issues Relating to Members
· · Lyris List Manager Mail Merge
· · · How can I use the Mail merge feature?
· · · Where can I use the Mail merge tags?
· · · · Recipient Fields
· · · · Member Fields
· · · · List fields
· · · · Site fields
· · · · Email Address fields
· · · · Incoming Mail fields
· · · · Date Field
· · · · Http Fetch Field
· · The Lyris List Manager command line
· · Modifying lyris.plc
· Add-On Packages
· Installing and Upgrading
· Appendix
· Frequently Asked Questions

Incoming Mail fields

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 Lyris List Manager 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.

Other pages which link to this page:
  • Where can I use the Mail merge tags?
  • Page 449 of 629