/[cvs]/gateway/pollspool
ViewVC logotype

Contents of /gateway/pollspool

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Jan 24 19:42:25 2003 UTC (21 years, 3 months ago) by gateway
Branch: MAIN
CVS Tags: HEAD
initial check-in

1 #!/bin/bash
2
3 SPOOL=/var/spool/mail/gateway
4 dispatchmail=/data/opt/dispatchmail/bin/dispatchmail
5
6 cat $SPOOL | formail -s $dispatchmail && >$SPOOL
7
8 # /data/opt/dispatchmail/bin/dispatchmail --mode=mail2news \

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed