--0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable
* Andre Berger <[EMAIL PROTECTED]>, 2002-04-17 13:48 -0400: > * Andre Berger <[EMAIL PROTECTED]>, 2002-04-17 13:39 -0400: > > * Eduardo Gargiulo <[EMAIL PROTECTED]>, 2002-04-17 13:03 -0400: > [...] > > I wrote a little wrapper around NNTPPost: >=20 > Here's the correct version: >=20 > #/bin/sh > #/usr/local/bin/newspost, a wrapper for /usr/bin/NNTPPost > # assumes your /etc/news/server contains the name of your newsserver > touch $HOME/.muttnntp_spol 2> /dev/null > /usr/bin/NNTPPost $HOME/.muttnntp_spol $(cat /etc/news/server) \ > && cat $HOME/.muttnntp_spol >> $HOME/.muttnntp_spol.SENT 2> /dev/null > rm $HOME/.muttnntp_spol 2> /dev/null >=20 > Sorry, stupid me messed the other one up :( And one more time :(((( #/bin/sh #/usr/local/bin/newspost, a wrapper for /usr/bin/NNTPPost # assumes your /etc/news/server contains the name of your newsserver /usr/bin/NNTPPost $HOME/.muttnntp_spol $(cat /etc/news/server) \ && cat $HOME/.muttnntp_spol >> $HOME/.muttnntp_spol.SENT 2> /dev/null rm $HOME/.muttnntp_spol 2> /dev/null The touch line confused NNTPPost. Argh, it's one of those days... -Andre --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8vbaMWkhBtALlJZ0RAgygAKDUYwo4a9d/eGnrKr27Cxh1ssb6eQCgm1c7 IXV+lbfPS6+ODTctIJ6iU6o= =PhiR -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh--