Member Fields (Obsolete)

 

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 "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, ListManager will only put the email address.

 

For example:

Bob Smith <bob@example.com>

 

Or if no name is available:

bob@example.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 permanent failures this member has produced in recent days.

 

  

$subst('member.datebounce')
The date of the most recent permanent failure 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., failure 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 (create too many permanent failures).

  

 

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

  

 

$subst('member.additional')
The additional information this member has. This field is not used by ListManager 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 ListManager and is meant for user-defined data of any type.



Recipient Fields List Fields