Re: alias and automated mail->news

1999-01-07 Thread Mate Wierdl
> Mirko Zeibig writes: > > Hello, > > I now use this alias-definition to post every mail to a list to a > > newsgroup as well. Any ideas to do this more efficient? > > Thanx > > Mirko > > ** /var/qmail/alias/.qmail-all ** > > | { echo "Newsgroups: local.announce

Re: alias and automated mail->news

1999-01-06 Thread Mate Wierdl
On Wed, Jan 06, 1999 at 11:15:29PM +0100, Mirko Zeibig wrote: > Sam wrote: > > Yuck. Use formail which comes with procmail, or reformail which comes with > > maildrop, to properly twiddle your headers. This is not the right way to > > do it, and it will break sooner or later. > *** > | { echo "N

Re: alias and automated mail->news

1999-01-06 Thread Sam
Russell Nelson writes: > Mirko Zeibig writes: > > Hello, > > I now use this alias-definition to post every mail to a list to a > > newsgroup as well. Any ideas to do this more efficient? > > Thanx > > Mirko > > ** /var/qmail/alias/.qmail-all ** > > | { echo "Newsgroups: local.announce"; ca

Re: alias and automated mail->news

1999-01-06 Thread Mirko Zeibig
Sam wrote: > Yuck. Use formail which comes with procmail, or reformail which comes with > maildrop, to properly twiddle your headers. This is not the right way to > do it, and it will break sooner or later. *** | { echo "Newsgroups: local.announce" ; cat - | formail -c -k -X From: -X To: -X Refe

Re: alias and automated mail->news

1999-01-06 Thread Lars Balker Rasmussen
On Wed, Jan 06, 1999 at 09:18:42PM +0100, Mirko Zeibig wrote: > I now use this alias-definition to post every mail to a list to a > newsgroup as well. Any ideas to do this more efficient? > ** /var/qmail/alias/.qmail-all ** > | { echo "Newsgroups: local.announce"; cat - } | sed '/^Received:/d' |

Re: alias and automated mail->news

1999-01-06 Thread Sam
Mirko Zeibig writes: > Hello, > I now use this alias-definition to post every mail to a list to a > newsgroup as well. Any ideas to do this more efficient? > Thanx > Mirko > ** /var/qmail/alias/.qmail-all ** > | { echo "Newsgroups: local.announce"; cat - } | sed '/^Received:/d' | > sed '/^\ \ by\

Re: alias and automated mail->news

1999-01-06 Thread Russell Nelson
Mirko Zeibig writes: > Hello, > I now use this alias-definition to post every mail to a list to a > newsgroup as well. Any ideas to do this more efficient? > Thanx > Mirko > ** /var/qmail/alias/.qmail-all ** > | { echo "Newsgroups: local.announce"; cat - } | sed '/^Received:/d' | > sed '/^

alias and automated mail->news

1999-01-06 Thread Mirko Zeibig
Hello, I now use this alias-definition to post every mail to a list to a newsgroup as well. Any ideas to do this more efficient? Thanx Mirko ** /var/qmail/alias/.qmail-all ** | { echo "Newsgroups: local.announce"; cat - } | sed '/^Received:/d' | sed '/^\ \ by\ unknown\ with\ SMTP/d' | rpost localh