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_1.mer < prev    next >
Text File  |  2007-12-20  |  4KB  |  88 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. ;
  7. ;  You can instruct Mercury/32 to use this file as a template by entering
  8. ;  the word "standard" in the "Welcome file" field of the mailing list
  9. ;  definition. Mercury will automatically determine the proper version of
  10. ;  this template to use for the subscription.
  11. ;
  12. ;  You can edit this template using any text editor. Lines beginning with a
  13. ;  ';', like this one, are comments and are ignored: all other lines are
  14. ;  written into the message. You can place special markers in the body of the
  15. ;  template, which Mercury will replace with information about the list: these
  16. ;  markers consist of the two special characters ~p followed by a single digit
  17. ;  identifying the piece of information you want substituted. The following
  18. ;  substitutions are currently possible in this template file:
  19. ;
  20. ;     ~p0     The list's basic name (i.e, what appears to the left of the '@')
  21. ;     ~p1     This system's hostname
  22. ;     ~p2     The full title for the mailing list
  23. ;     ~p3     The address of the mailing list's primary moderator
  24. ;     ~p4     The subscriber's address
  25. ;     ~p5     The subscriber's "personal name"
  26. ;     ~p6     The formal mailing address for the list
  27. ;
  28. Welcome to the ~p2 mailing list!
  29.  
  30. You have been successfully subscribed to this list and can begin posting
  31. to it immediately if you wish. This welcome message contains some general
  32. information on your subscription and how to manage it.
  33.  
  34. * To send mail to the list for all the subscribers to read, send it to:
  35.       ~p6
  36.  
  37. * To stop receiving mail from the list for "x" days, send a mail message
  38.   to maiser@~p1, placing the following two lines in the
  39.   body of the message:
  40.       SET ~p0 VACATION x
  41.       EXIT
  42.   Naturally, you should change the "x" to the proper number of days. The
  43.   list server will automatically re-enable your subscription at the end of
  44.   the period.
  45.  
  46. * To stop receiving mail from the list for an indefinite period, send a
  47.   mail message to maiser@~p1, placing the following two
  48.   lines in the message body:
  49.       SET ~p0 NOMAIL
  50.       EXIT
  51.  
  52. * To start receiving mail from the list again at any time, send a mail
  53.   message to maiser@~p1, placing the following two
  54.   lines in the message body:
  55.       SET ~p0 MAIL
  56.       EXIT
  57.  
  58. * To unsubscribe from the list permanently, send a mail message to
  59.   maiser@~p1, placing the following two lines in the
  60.   message body:
  61.       UNSUBSCRIBE ~p0
  62.       EXIT
  63.  
  64. For all the commands shown above, please ensure that the commands start
  65. hard against the left-hand margin of your mail message - do not indent
  66. them (they are indented as shown above simply for clarity).
  67.  
  68. If your mail program supports hyperlinks, you can use the following links
  69. to generate the proper commands for this list:
  70.  
  71. To go on vacation for seven days:
  72. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%207%0D%0AEXIT
  73.  
  74. To go on vacation for four weeks:
  75. > mailto:maiser@~p1?body=SET%20~p0%20VACATION%2028%0D%0AEXIT
  76.  
  77. To stop receiving mail for an indefinite period:
  78. > mailto:maiser@~p1?body=SET%20~p0%20NOMAIL%0D%0AEXIT
  79.  
  80. To start receiving mail again:
  81. > mailto:maiser@~p1?body=SET%20~p0%20MAIL%0D%0AEXIT
  82.  
  83. To unsubscribe from the list:
  84. > mailto:maiser@~p1?body=UNSUBSCRIBE%20~p0%0D%0AEXIT
  85.  
  86. Best regards,
  87. The List Management.
  88.