Lyris User's Guide
[previous] [next] [contents]
Member 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

Member Fields

The following "member" attributes are extracted from the person posting a message to a list. To substitute attributes from the person receiving a message (the recipient) see the Recip.XXX mail merge fields.

$subst('member.nameemail')
The full name and email address of this member. For example, you might want each posting to your list to have a header which identifies the original author, as in:

    From: $subst('member.nameemail')

If a full name is not available, Lyris List Manager will only put the email address.

For example:

    Bob Smith <bob@somewhere.com>

Or if no name is available:

    bob@somewhere.com

$subst('member.emailaddr')
The email address of this member.

$subst('member.fullname')
The full name of this member. For example, you might want each posting to your list to have a header which identifies the original author, as in:

This message was written by $subst('member.fullname')

$subst('member.password')
The password of this member. In general, you would not want to include this in a list posting, since everyone who received the message would see the password. However, this field is useful in documents, such as the "hello" document, to inform the user of their password.

$subst('member.memberid')
The ID of this member, example: "3456"

$subst('member.list')
The name of the mailing list this member belongs to.

$subst('member.receiveack')
Whether or not this member receives acknowledgements of their postings.

$subst('member.subtype')
The type of subscription this member has.

$subst('member.expiredate')
The date (if any) that this member's subscription expires.

$subst('member.datejoined')
The date that this member joined this mailing list.

$subst('member.numbounces')
The number of bounces this member has produced in recent days.

$subst('member.datebounce')
The date of the most recent bounce received from this member.

$subst('member.islistadm')
Whether or not this member is a list administrator.

$subst('member.confirmdat')
The date (if any) that this member confirmed their membership. Only applies to lists where "confirm membership: yes" is set.

$subst('member.notifyerr')
Whether or not this member receives error mail notifications (i.e., bounce reports).

$subst('member.dateheld')
If this member is held, what date they were held on.

$subst('member.webenv')
If this member subscribed using the web interface, the environment variables (such as browser type, TCP/IP address, referrer, etc.) that were active at that time.

$subst('member.norepro')
Whether or not this member receives copies of their own postings.

$subst('member.cleanauto')
Whether or not this member will be automatically held if they bounce too much mail.

$subst('member.subtopics')
The subtopics that this member belongs to (this feature is currently inactive).

$subst('member.comments')
The comments that this member has.

$subst('member.additional')
The additional information this member has. This field is not used by Lyris List Manager and is meant for user-defined data of any type.

$subst('member.userid')
The userid information this member has. This field is not used by Lyris List Manager and is meant for user-defined data of any type.

Other pages which link to this page:
  • Where can I use the Mail merge tags?
  • New in 3.0 beta 5 (v2.548)
  • New in Version 2.5
  • Page 445 of 629