home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / pegasus / download / w32-401.exe / LISTSERV.PM5 < prev    next >
Text File  |  1999-03-30  |  1KB  |  27 lines

  1. Title Subscribe to a Pegasus Mail Mailing List
  2.  
  3. #  This template allows the user to subscribe to any of the Pegasus
  4. #  Mail Mailing lists hosted a bama.ua.edu; it prompts the user for
  5. #  a little information, then sends the subscription request off
  6. #  formatted for the LISTSERV program.
  7.  
  8. text 0 Use this template to subscribe to any of the Pegasus Mail
  9. text 0 mailing lists hosted by the University of Alabama at Tuscaloosa.
  10. text 0
  11.  
  12. string pmlist ";General Pegasus Mail List;Pegasus Mail for Windows List;Mercury MTS List;Pegasus Mail for Mac List;Pegasus Mail for DOS List;Pegasus Mail Announcements List" "Which mailing list?" 0 list
  13. string adlist ";PMAIL;PM-WIN;MERCURY;PM-MAC;PM-DOS;PM-NEWS" "" 0 list
  14. string myname "~p" "Your name (as \"First/Last\"):"
  15. string listname ""
  16.  
  17. lookup "~vpmlist~" pmlist adlist listname
  18.  
  19. set to = listserv@bama.ua.edu
  20. set subject = "Subscription to ~vpmlist~"
  21. set confirm-reading = "N"
  22. set copyself = "N"
  23. set signature = none
  24.  
  25. insert "subscribe ~vlistname~ ~vmyname~~z"
  26.  
  27.