home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / MercuryMail / stdsub_4.mer < prev    next >
Text File  |  2007-12-20  |  4KB  |  109 lines

  1. ;  Mercury/32 template file.
  2. ;  Mercury Mail Transport System, Copyright 1993-2000, David Harris.
  3. ;
  4. ;  This file is used as the default template by Mercury when constructing
  5. ;  Subscription "Welcome" messages for moderated mailing lists that have a
  6. ;  "digest" option.
  7. ;
  8. ;  You can instruct Mercury/32 to use this file as a template by entering
  9. ;  the word "standard" in the "Welcome file" field of the mailing list
  10. ;  definition. Mercury will automatically determine the proper version of
  11. ;  this template to use for the subscription.
  12. ;
  13. ;  You can edit this template using any text editor. Lines beginning with a
  14. ;  ';', like this one, are comments and are ignored: all other lines are
  15. ;  written into the message. You can place special markers in the body of the
  16. ;  template, which Mercury will replace with information about the list: these
  17. ;  markers consist of the two special characters ~p followed by a single digit
  18. ;  identifying the piece of information you want substituted. The following
  19. ;  substitutions are currently possible in this template file:
  20. ;
  21. ;     ~p0     The list's basic name (i.e, what appears to the left of the '@')
  22. ;     ~p1     This system's hostname
  23. ;     ~p2     The full title for the mailing list
  24. ;     ~p3     The address of the mailing list's primary moderator
  25. ;     ~p4     The subscriber's address
  26. ;     ~p5     The subscriber's "personal name"
  27. ;     ~p6     The formal mailing address for the list
  28. ;
  29. Welcome to the ~p2 mailing list!
  30.  
  31. You have been successfully subscribed to this list and will begin
  32. receiving mail from it immediately. This welcome message contains some
  33. general information on your subscription and how to manage it.
  34.  
  35. This mailing list is a "moderated" mailing list: that means that only
  36. certain people, known as "moderators" can post messages to the list's
  37. membership. The primary moderator for this list is:
  38.    ~p3
  39.  
  40. Please contact a list moderator to arrange for mail to be posted to the
  41. list.
  42.  
  43. * To send mail to the list for all the subscribers to read, send it to:
  44.       ~p6
  45.  
  46. * To receive your messages as "digests" (occasional messages containing
  47.   all the mail received for the list over a period of time) send a mail
  48.   message to maiser@~p1, placing the following two lines
  49.   in the body of the message:
  50.       SET ~p0 DIGEST
  51.       EXIT
  52.  
  53. * To stop receiving mail from the list for "x" days, send a mail message
  54.   to maiser@~p1, placing the following two lines in the
  55.   body of the message:
  56.       SET ~p0 VACATION x
  57.       EXIT
  58.   Naturally, you should change the "x" to the proper number of days. The
  59.   list server will automatically re-enable your subscription at the end of
  60.   the period.
  61.  
  62. * To stop receiving mail from the list for an indefinite period, send a
  63.   mail message to maiser@~p1, placing the following two
  64.   lines in the message body:
  65.       SET ~p0 NOMAIL
  66.       EXIT
  67.  
  68. * To start receiving mail from the list again at any time, send a mail
  69.   message to maiser@~p1, placing the following two
  70.   lines in the message body:
  71.       SET ~p0 MAIL
  72.       EXIT
  73.  
  74. * To unsubscribe from the list permanently, send a mail message to
  75.   maiser@~p1, placing the following two lines in the
  76.   message body:
  77.       UNSUBSCRIBE ~p0
  78.       EXIT
  79.  
  80. For all the commands shown above, please ensure that the commands start
  81. hard against the left-hand margin of your mail message - do not indent
  82. them (they are indented as shown above simply for clarity).
  83.  
  84. If your mail program supports hyperlinks, you can use the following links
  85. to generate the proper commands for this list:
  86.  
  87. To receive the list mail in "digest" form:
  88. > mailto:maiser@~p1?body=SET%20~p0%20DIGEST%0D%0AEXIT
  89.  
  90. To go on vacation for seven days:
  91. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%207%0D%0AEXIT
  92.  
  93. To go on vacation for four weeks:
  94. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%2028%0D%0AEXIT
  95.  
  96. To stop receiving mail for an indefinite period:
  97. > mailto:maiser@~p1?body=SET%20~p0%20NOMAIL%0D%0AEXIT
  98.  
  99. To start receiving mail again:
  100. > mailto:maiser@~p1?body=SET%20~p0%20MAIL%0D%0AEXIT
  101.  
  102. To unsubscribe from the list:
  103. > mailto:maiser@~p1?body=UNSUBSCRIBE%20~p0%0D%0AEXIT
  104.  
  105. Best regards,
  106. The List Management.
  107.  
  108.  
  109.