home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / arespond / arespond.doc < prev    next >
Text File  |  1995-07-23  |  3KB  |  71 lines

  1.  
  2. Ami-Autoresponder! 1.0        By Peter Kirby <petekirby@aworld.demon.co.uk>
  3. ======================
  4.  
  5. OK, I guess many of you guys are asking.. What does it do?? Well I am not sure
  6. if you have ever been given an address that you write to that automatically
  7. sends information back?? No??!!? OK, well that is what this does anyway!
  8.  
  9. What is basically done is you have a username setup from your system and any
  10. messages sent to this user are scanned by this program, replys made, sent and
  11. finally the mail file is deleted. This has been tested on Ami-TCP b3.0 which
  12. I think most people use anyway!
  13.  
  14. The example is setup the same as I use on my system. I send my PGP Public key
  15. to anyone who requests it. It does no checks on subject etc just as long as
  16. the message is sent to the selected user it kicks into action!
  17.  
  18. Installation
  19. ============
  20.  
  21. Copy Arespond into Amitcp:bin or C: or wherever you want it.
  22. Copy Arespond.cfg into S: and edit it to suit your system.
  23. AR-MSG.TXT is the text file I use to send to any user asking for my keyfile!
  24. All you need do is change this to what you want!
  25.  
  26. Now what you do is find a way to execute Arespond whenever you link down, you
  27. could run it manually after you have recieved Email so it sends it straight
  28. away but it is up to you how you get it to be run!
  29.  
  30. % codes???? Whaaaattt!!????
  31. ===========================
  32.  
  33. A lot of % codes appear here. Well here is a list of what they mean.
  34.  
  35. Basically the %codes represent a variable. Whenever you see one they will be
  36. replaced by the correct information.. They can be used in two places.
  37.  
  38. 1: The Sendcommand keyword in the config file
  39. 2: Anywhere in the file that is sent to users!
  40.  
  41. The codes are as follows:
  42.  
  43. %dt = Current date
  44. %tm = Current time
  45. %tn = Destination Internet address (Where you are sending to)
  46. %fn = Local username (From the field USERNAME in config)
  47. %an = Answername (From the field ANSWERNAME in config)
  48. %tf = tempfile (From field TEMPFILE in config)
  49. %rn = Real name of the user you are sending to
  50.  
  51. %rn will be the same as %tn if no real name can be extracted.
  52.  
  53. The future
  54. ==========
  55.  
  56. Future versions of this program will hopefully support different messages
  57. depending on what is on the subject line. I am working on this!
  58.  
  59. If you would like any other features mail me at the address shown at the
  60. bottom of this message.
  61.  
  62. Bugs?? Where!!!
  63. ===============
  64.  
  65. Any bugs you can see?? Let me know at petekirby@aworld.demon.co.uk
  66.  
  67. Source Code
  68. ===========
  69.  
  70. Source code is in Blitz Basic and is available by sending a message to me!
  71.