home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / mail / YAMList.readme < prev    next >
Text File  |  1997-03-02  |  5KB  |  130 lines

  1. Short:    Mailing List Server for YAM
  2. Author:   rlamb@lcc.net
  3. Uploader: rlamb@lcc.net
  4. Version:  2
  5. Type:     comm/mail
  6. Replaces: comm/mail/YAMlist
  7.  
  8. These arexx scripts are used to maintain and create a Mailing List using Marcel
  9. Beck's excellent YAM mail software. Simple to use and setup unlike other
  10. ListServ's.
  11.  
  12. Updates can be found on my listserv @ rlamb@lcc.net
  13.  
  14. just send me a message with subject = subscribe and you'll be added.
  15. Or just send me a message with subject = +help  to get a list of fileserver
  16. commands.
  17.  
  18. ----- the readme file from within the archive -----
  19.  
  20. The scripts in this archive comprise a simple to use mailing listserv that uses
  21. Marcel Beck's YAM mail software to send/receive. To use simply create an assign
  22. for ListServ:(I suggest YAM:rexx) place all the files in this archive there,
  23. edit the welcome,bye and help files to reflect the topic of YOUR list.
  24. Run YAM, once you receive msgs with YAM run listserv.rexx and it will
  25. automatically add folks to the list, remove them, send them a
  26. help file, send them a list of users or post messages to the subscribers.
  27. Of course you could use each script seperately as well.
  28.  
  29. New Author's Addendum:
  30.  
  31.     In the previous release of listserv package all the scripts were
  32. seperate; I found this a bit annoying and also had problems with it running as
  33. is; therefore I combined them into 1 large script which means faster execution
  34. of script. I fixed all of the bugs the original author had and added a few new
  35. routines to make the script more solid. 
  36.     Features you will find enjoyable are no bounce and no infinite mail
  37. loop. What that means is that user will not be sent his message back to him,
  38. after all the user should know what they have written (no bounce) and in the
  39. event there is message from you (the admin) in your incoming folder it won't
  40. get processed since when you receive the message it'll just get processed again
  41. and again (the infinite loop), therefore no processing of messages from the 
  42. admin (no loop). However, to that end, I have created the script mail2users.rexx
  43. which allows you to write a letter(s) to all of your subscribed users.
  44.  
  45. USAGE FOR [MAIL2USERS.REXX]:
  46.  
  47.     Write a message to anyone, that person won't get sent a message as this
  48. is for dummy purposes only, and send it to queue versus sending now. Then run
  49. mail2users.rexx which will look in the outgoing folder and copy said messages
  50. to all of the subscribed users.
  51.  
  52.     I'll make the routine more efficient in the future as time goes on.
  53. Or rather more feature laden.
  54.  
  55. My additional suggestions for setting up the listserv:
  56.  
  57.     In addition to running this listserv you may decide to run a fileserver
  58. as well, what I suggest you do for that is to get YAMSERV from aminet and
  59. install it per it's instructions. It is well thought out and works well with
  60. this script package.
  61.     Now edit your .config file and add the following lines to the
  62. bottom of it.
  63.     
  64.     RexxMenu0 = listserv.rexx
  65.     RexxMenu1 = mail2users.rexx
  66.  
  67. if there is already a REXXMENU entry you will have to increment the 0 and 1 
  68. accordingly.
  69.     After doing the above, reload the config file or just restart yam
  70. (your choice). You will then notice that you can active the scripts from the
  71. last menu on the menu bar.
  72.  
  73. Back to original author's notes:
  74.  
  75. Read the help and welcome textfiles to see how to use the list(EASY as PIE!)
  76. hope you enjoy it folks
  77.  
  78.  
  79. Original author:
  80.    Pete
  81.    midgard@nycmetro.com
  82.    http://nycmetro.com/midgard
  83.  
  84. NOTE NOTE NOTE NOTE NOTE
  85.  
  86. The original author is no longer an Amiga User and has passed the torch
  87. on to me.
  88.  
  89. New author:
  90.    Roger                      --- My Name
  91.    Dude3k              --- My IRC nick on galaxynet.org
  92.    rlamb@lcc.net              --- My email address
  93.    http://www.lcc.net/~rlamb  --- My web page that I have done nothing with
  94.  
  95. MORE NOTES MORE NOTES MORE NOTES MORE NOTES
  96.  
  97. I am also part of a new group called BYTES IN PROGRESS; Our main purpose is to
  98. help distribute new shareware created by our members and to produce new demos
  99. and intros.
  100.  
  101. MORE INFO ON ME
  102.  
  103. I am the creator of these fine maxs bbs doors:
  104.  
  105.     LAND OF VEX
  106.     HAIKU
  107.     ANSI INVADERS
  108.     
  109. and the creator of this fine AmIRC script:
  110.  
  111.     Remote Cli Server      --- on it's way to becoming and EGGDROP clone.
  112.  
  113. and now the torch carrier of:
  114.  
  115.         Listserv for the amiga and yam.
  116.  
  117.  
  118. ============================= Archive contents =============================
  119.  
  120. Original  Packed Ratio    Date     Time    Name
  121. -------- ------- ----- --------- --------  -------------
  122.      333     200 39.9% 21-Feb-97 13:12:12  bye
  123.      607     296 51.2% 21-Feb-97 13:14:06  help
  124.     3703    1830 50.5% 21-Feb-97 13:12:24  listserv.readme
  125.     6595    1345 79.6% 21-Feb-97 13:13:00  listserv.rexx
  126.     1172     563 51.9% 21-Feb-97 13:12:44  mail2users.rexx
  127.      634     381 39.9% 21-Feb-97 13:13:32  welcome
  128. -------- ------- ----- --------- --------
  129.    13044    4615 64.6% 23-Feb-97 03:20:40   6 files
  130.