home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / fido / maildmn.arc / MAILDMN.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  48 lines

  1. MAILDMN -- mailer daemnon for fido's.
  2.  
  3. USAGE:  
  4.  
  5. maildmn [-userfile] [<multiple word daemon identity>]
  6.  
  7. SYNOPSIS:
  8.  
  9. for use with FIDO's like 11w, etc. maildmn checks the To: field of
  10. each FIDO compatible message file, x.MSG, and, if this name does not
  11. appear in the user file (default: \fido\USER.BBS) is returned to
  12. sender.
  13.  
  14. If your userfile is not \fido\USER.BBS then the first parameter for
  15. maildmn should be - followed IMMEDIATELY by the FIDO compatible user
  16. file, eg: maildmn -\bbs\USER.BBS,  maildmn -USER.BBS, etc
  17.  
  18. When mail is returned it is simply re-addressed as follows:
  19. (From: field) ==> (To: field)
  20. "Mailer Daemon" ==> (From: field)
  21.  
  22. An explanation is prepended to the text of the message.
  23.  
  24. You can change the Mailer Daemon's identity to Fred Smith by typing:
  25. maildmn Fred Smith
  26.  
  27. These parameters are concatenated together with one space separating
  28. each token. Get the capitalization right on the command line!
  29.  
  30. ETC:
  31.  
  32. This is written in C, compiled by MSC v5.0 small model, and distributed
  33. free because, well, what the hell. All you people out there have been
  34. good to me.
  35.  
  36. Flames to /dev/null
  37.  
  38. FIDO is a trade mark of Tom Jennings and/or Fido Software, I forget which.
  39.  
  40. I make no guarantees about enything (even to myself).
  41.  
  42. PS:
  43.  
  44. The other program, mailhdr, simply displays a piece of the message header
  45. so you can confirm that maildmn worked.
  46.  
  47. habermel@turing.toronto.edu
  48.