Xref: utzoo news.sysadmin:3460 news.misc:5827 news.software.nntp:998 Path: utzoo!utstat!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!hub.ucsb.edu!spectrum.CMC.COM!news From: news@spectrum.CMC.COM Newsgroups: news.sysadmin,news.misc,news.software.nntp Subject: Re: mailing lists -> newsgroups Message-ID: <1990Dec19.230106.13613@spectrum.CMC.COM> Date: 19 Dec 90 23:01:06 GMT References: Distribution: news Organization: Rockwell CMC Lines: 17 In article meyer@cambium.uoregon.edu (David M. Meyer) writes: > Does anyone have a script that they like for injecting > news from a mailing list (e.g., an alias) into a local > news group (i.e., that does the "right" thing with > headers, subject lines, etc)? In /usr/lib/aliases, I have a line like this to make a two-way gateway to a local newsgroup: ietf-hosts: "|grep -v '^From '|/usr/news/bin/inject/inews -h -n ietf.hosts -a Automatically" Reflector: (defined in /usr/news/lib/mailpaths) "ietf.hosts ietf-hosts@nnsc.nsf.net" Local incoming alias, see above. The grep command removed the unix-header line, which is not RFC-822. Works really well.