> 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
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
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
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
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' |
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\
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 '/^
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