home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / mail / listserv / s / donewmailinglist next >
AmigaDOS Script File  |  1994-05-05  |  642b  |  21 lines

  1. .key name/a
  2. .bra {
  3. .ket }
  4.  
  5. if exists UUMAIL:{name}
  6.    echo "WARNING! A user {name} already has a mailbox!"
  7.    quit 20
  8. endif
  9.  
  10. makedir ListSERV:groups/{name}
  11. echo >>UULIB:mail/Aliases "{name}:: *"|ListSERV:s/SendMailingList {name}*""
  12. echo >>UULIB:mail/Aliases "{name}-error:: listserv-manager"
  13. echo >>UULIB:mail/Aliases "{name}-admin:: listserv-manager"
  14. echo >>UULIB:mail/Aliases "{name}-request:: *"|ListSERV:c/ListSERV {name}*""
  15. DME ListSERV:groups/{name}/List
  16. DME ListSERV:groups/{name}/Description
  17. DME ListSERV:groups/{name}/Introduction
  18. DME ListSERV:groups/{name}/FAQ
  19. DME ListSERV:groups/{name}/Signature
  20. DME ListSERV:groups/{name}/Banned
  21.