Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-05-29 00:56:34
Size: 678
Editor: terri
Comment:
Revision 5 as of 2016-05-17 16:23:53
Size: 764
Editor: msapiro
Comment: Added quoting note.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352527 #pragma page-filename DOC/versions/4030562
Line 3: Line 3:
Line 9: Line 10:
  "John Doe" <jdoe@example.com>   "John D. Doe" <jdoe@example.com>
Line 14: Line 15:
{{{#!wiki note
If the real name contains a '.' or other special character, it must be quoted as in "John D. Doe". Otherwise quoting the real name is optional.
}}}
Converted from the Mailman FAQ Wizard
Line 15: Line 20:
''Last changed on Wed Sep 15 17:56:04 2004 by'' Mark Sapiro
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>
This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

3.44. How can I Mass Subscribe a list with real names

The list for a mass subscribe can contain lines in any of the following formats:

  jdoe@example.com
  <jdoe@example.com>
  John Doe <jdoe@example.com>
  "John D. Doe" <jdoe@example.com>
  jdoe@example.com (John Doe)

The last three all associate the real name "John Doe" with the subscription. The formats can be intermixed in one mass subscribe.

If the real name contains a '.' or other special character, it must be quoted as in "John D. Doe". Otherwise quoting the real name is optional.

Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/How can I Mass Subscribe a list with real names (last edited 2016-05-17 16:23:53 by msapiro)