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_2.mer < prev    next >
Text File  |  2007-12-20  |  4KB  |  100 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 standard, unmoderated mailing lists
  6. ;  that have a "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 can begin posting
  32. to it immediately if you wish. This welcome message contains some general
  33. information on your subscription and how to manage it.
  34.  
  35. * To send mail to the list for all the subscribers to read, send it to:
  36.       ~p6
  37.  
  38. * To receive your messages as "digests" (occasional messages containing
  39.   all the mail received for the list over a period of time) send a mail
  40.   message to maiser@~p1, placing the following two lines
  41.   in the body of the message:
  42.       SET ~p0 DIGEST
  43.       EXIT
  44.  
  45. * To stop receiving mail from the list for "x" days, send a mail message
  46.   to maiser@~p1, placing the following two lines in the
  47.   body of the message:
  48.       SET ~p0 VACATION x
  49.       EXIT
  50.   Naturally, you should change the "x" to the proper number of days. The
  51.   list server will automatically re-enable your subscription at the end of
  52.   the period.
  53.  
  54. * To stop receiving mail from the list for an indefinite period, send a
  55.   mail message to maiser@~p1, placing the following two
  56.   lines in the message body:
  57.       SET ~p0 NOMAIL
  58.       EXIT
  59.  
  60. * To start receiving mail from the list again at any time, send a mail
  61.   message to maiser@~p1, placing the following two
  62.   lines in the message body:
  63.       SET ~p0 MAIL
  64.       EXIT
  65.  
  66. * To unsubscribe from the list permanently, send a mail message to
  67.   maiser@~p1, placing the following two lines in the
  68.   message body:
  69.       UNSUBSCRIBE ~p0
  70.       EXIT
  71.  
  72. For all the commands shown above, please ensure that the commands start
  73. hard against the left-hand margin of your mail message - do not indent
  74. them (they are indented as shown above simply for clarity).
  75.  
  76. If your mail program supports hyperlinks, you can use the following links
  77. to generate the proper commands for this list:
  78.  
  79. To receive the list mail in "digest" form:
  80. > mailto:maiser@~p1?body=SET%20~p0%20DIGEST%0D%0AEXIT
  81.  
  82. To go on vacation for seven days:
  83. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%207%0D%0AEXIT
  84.  
  85. To go on vacation for four weeks:
  86. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%2028%0D%0AEXIT
  87.  
  88. To stop receiving mail for an indefinite period:
  89. > mailto:maiser@~p1?body=SET%20~p0%20NOMAIL%0D%0AEXIT
  90.  
  91. To start receiving mail again:
  92. > mailto:maiser@~p1?body=SET%20~p0%20MAIL%0D%0AEXIT
  93.  
  94. To unsubscribe from the list:
  95. > mailto:maiser@~p1?body=UNSUBSCRIBE%20~p0%0D%0AEXIT
  96.  
  97. Best regards,
  98. The List Management.
  99.  
  100.