home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume26
/
tulp-3.0.3
/
part01
/
deliver
< prev
next >
Wrap
Text File
|
1993-04-15
|
809b
|
32 lines
#!/bin/sh
#
# $Id: deliver,v 1.3 92/07/14 15:40:33 wolf Exp $
#
# Copyright (C) 1991,1992 Kimmo Suominen, Christophe Wolfhugel
#
# Please read the files COPYRIGHT and AUTHORS for the extended
# copyrights refering to this file.
#
# $Log: deliver,v $
# Revision 1.3 92/07/14 15:40:33 wolf
# Changed directory for deliver
#
# Revision 1.2 92/07/11 20:12:41 wolf
# Added X-Listserv-To: support
#
# Revision 1.1 92/02/18 15:51:06 listserv
# Initial revision
#
# Deliver program -- Used to deliver the incoming message and send signal
# to the listserv.
#
# Customize according to your system.
#
#
# IMPORTANT: put here your LOCAL mailer definition, otherwise you will
# create a loop!
#
( /usr/bin/echo "X-Listserv-To: $1"; /usr/bin/cat - ) | \
/usr/bin/mail -d listserv
/usr/local/etc/tulp/kilst