home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / arespond / arespond.cfg < prev    next >
Text File  |  1995-07-23  |  887b  |  31 lines

  1.  
  2. ; Example Configuration for Ami-Respond V1.0 by Peter Kirby
  3.  
  4. ; Username that will messages will be sent to.
  5. USERNAME "pgpkey"
  6.  
  7. ; Username that replies will be from!
  8. ANSWERNAME "pgpauto"
  9.  
  10. ; Subject used in response message
  11. SUBJECT "PGP Response from aworld.demon.co.uk"
  12.  
  13. ; Mail file to use (usually usr:mail/<username> when using AmiTCP)
  14. MAILFILE "usr:mail/pgpkey"
  15.  
  16. ; Command used to send message, %tn is the name of the user that the message
  17. ; Is being sent to, %fn is the name from ANSWERNAME. the -c petekirby etc is
  18. ; not needed, I just use it to Cc: a copy to me.
  19. SENDCOMMAND "Sendmail >nil: <%tf -f %an -t %tn"
  20.  
  21. ; Filename to log all actions to!
  22. LOGFILE "usr:pgpkey/Respond.log"
  23.  
  24. ; Text file that is sent to destination user.
  25. MESSFILE "usr:pgpkey/ar-msg.txt"
  26.  
  27. ; Temporary file used when creating message. This file is deleted once the
  28. ; message has been sent.
  29.  
  30. TEMPFILE "T:Amiout"
  31.