Size: 1759
Comment:
|
← Revision 4 as of 2015-02-28 00:56:51 ⇥
Size: 1528
Comment: definition list rather than preformatted blocks
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma page-filename DOC/versions/14352526 | #pragma page-filename DOC/versions/4030561 |
Line 3: | Line 3: |
real_name | |
Line 5: | Line 4: |
{{{ This is the value of the real_name configuration variable in the General options category. }}} |
real_name:: This is the value of the real_name configuration variable in the General options category. list_name:: This is the canonical name of the mailing list. In other words it's the posting address of the list. Note: For backward compatibility, the variable '''_internal_name''' is equivalent. host_name:: This is the domain name part of the email address for this list. web_page_url:: This is the base url for contacting the list via the web. It can be appended with listinfo%(list_name)s to yield the general list information page for the mailing list. description:: The brief description of the mailing list. info:: This is the full description of the mailing list. cgiext:: This is the extension added to CGI scripts. It might be the empty string, .cgi, or something else depending on how your site is configured. |
Line 10: | Line 12: |
list_name | ---- |
Line 12: | Line 14: |
{{{ This is the canonical name of the mailing list. In other words it's the posting address of the list. }}} |
Each of these is used in the form %(fieldname) where fieldname is one of the names given above. |
Line 17: | Line 16: |
{{{ Note: For backward compatibility, the variable _internal_name is equivalent. }}} host_name {{{ This is the domain name part of the email address for this list. }}} web_page_url {{{ This is the base url for contacting the list via the web. It can be appended with listinfo%(list_name)s to yield the general list information page for the mailing list. }}} description {{{ The brief description of the mailing list. }}} info {{{ This is the full description of the mailing list. }}} cgiext {{{ This is the extension added to CGI scripts. It might be the empty string, .cgi, or something else depending on how your site is configured. }}} * Each of these is used in the form %(fieldname) where fieldname is one of the names given above. |
|
Line 68: | Line 25: |
''Last changed on Tue Aug 31 21:37:54 2004 by'' Terri Oda <<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]]. |
Converted from the Mailman FAQ Wizard This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]]. |
3.41. What variables can I use in the headers and footers added to messages by Mailman?
- real_name
- This is the value of the real_name configuration variable in the General options category.
- list_name
This is the canonical name of the mailing list. In other words it's the posting address of the list. Note: For backward compatibility, the variable _internal_name is equivalent.
- host_name
- This is the domain name part of the email address for this list.
- web_page_url
- This is the base url for contacting the list via the web. It can be appended with listinfo%(list_name)s to yield the general list information page for the mailing list.
- description
- The brief description of the mailing list.
- info
- This is the full description of the mailing list.
- cgiext
- This is the extension added to CGI scripts. It might be the empty string, .cgi, or something else depending on how your site is configured.
Each of these is used in the form %(fieldname) where fieldname is one of the names given above.
For example, the simple footer that gives the mailing list name, the posting address, and the listinfo address is as follows:
_______________________________________________ %(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Converted from the Mailman FAQ Wizard
This is one of many Frequently Asked Questions.