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_3.mer < prev    next >
Text File  |  2007-12-20  |  4KB  |  95 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 with no
  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 stop receiving mail from the list for "x" days, send a mail message
  44.   to maiser@~p1, placing the following two lines in the
  45.   body of the message:
  46.       SET ~p0 VACATION x
  47.       EXIT
  48.   Naturally, you should change the "x" to the proper number of days. The
  49.   list server will automatically re-enable your subscription at the end of
  50.   the period.
  51.  
  52. * To stop receiving mail from the list for an indefinite period, send a
  53.   mail message to maiser@~p1, placing the following two
  54.   lines in the message body:
  55.       SET ~p0 NOMAIL
  56.       EXIT
  57.  
  58. * To start receiving mail from the list again at any time, send a mail
  59.   message to maiser@~p1, placing the following two
  60.   lines in the message body:
  61.       SET ~p0 MAIL
  62.       EXIT
  63.  
  64. * To unsubscribe from the list permanently, send a mail message to
  65.   maiser@~p1, placing the following two lines in the
  66.   message body:
  67.       UNSUBSCRIBE ~p0
  68.       EXIT
  69.  
  70. For all the commands shown above, please ensure that the commands start
  71. hard against the left-hand margin of your mail message - do not indent
  72. them (they are indented as shown above simply for clarity).
  73.  
  74. If your mail program supports hyperlinks, you can use the following links
  75. to generate the proper commands for this list:
  76.  
  77. To go on vacation for seven days:
  78. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%207%0D%0AEXIT
  79.  
  80. To go on vacation for four weeks:
  81. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%2028%0D%0AEXIT
  82.  
  83. To stop receiving mail for an indefinite period:
  84. > mailto:maiser@~p1?body=SET%20~p0%20NOMAIL%0D%0AEXIT
  85.  
  86. To start receiving mail again:
  87. > mailto:maiser@~p1?body=SET%20~p0%20MAIL%0D%0AEXIT
  88.  
  89. To unsubscribe from the list:
  90. > mailto:maiser@~p1?body=UNSUBSCRIBE%20~p0%0D%0AEXIT
  91.  
  92. Best regards,
  93. The List Management.
  94.  
  95.