#!/bin/sh

# feedfunnel
#
# This will do the right things with a funnel feed. An example funnel feed
# would look like the following in newsfeeds:
#
#### =()<#innfeed!:!*:Tf,Wnm*:@<_PATH_BATCHDIR>@/funnel>()=
#innfeed!:!*:Tf,Wnm*:/var/news/spool/out.going/funnel
#
# -jem 97.2.4
# John Milburn

#### =()<. @<_PATH_SHELLVARS>@>()=
. /var/news/etc/innshellvars

FEED="funnel"

${NEWSBIN}/startinnfeed -c ${NEWSLIB}/${FEED}.conf \
-p ${LOCKS}/innfeed-${FEED}.pid \
-b ${BATCH} \
-e 20000000 \
${BATCH}/${FEED} &

exit 0
