home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / tulp-3.0.3 / part01 / deliver < prev    next >
Text File  |  1993-04-15  |  809b  |  32 lines

  1. #!/bin/sh
  2. #
  3. # $Id: deliver,v 1.3 92/07/14 15:40:33 wolf Exp $
  4. #
  5. #  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  6. #
  7. #  Please read the files COPYRIGHT and AUTHORS for the extended
  8. #  copyrights refering to this file.
  9. #
  10. # $Log:    deliver,v $
  11. # Revision 1.3  92/07/14  15:40:33  wolf
  12. # Changed directory for deliver
  13. # Revision 1.2  92/07/11  20:12:41  wolf
  14. # Added X-Listserv-To: support
  15. # Revision 1.1  92/02/18  15:51:06  listserv
  16. # Initial revision
  17. # Deliver program -- Used to deliver the incoming message and send signal
  18. # to the listserv.
  19. #
  20. # Customize according to your system.
  21. #
  22. #
  23. # IMPORTANT: put here your LOCAL mailer definition, otherwise you will
  24. # create a loop!
  25. #
  26. ( /usr/bin/echo "X-Listserv-To: $1"; /usr/bin/cat - ) | \
  27. /usr/bin/mail -d listserv
  28. /usr/local/etc/tulp/kilst
  29.