On Mon, 03 Oct 2005 14:09:58 -0500, "Kenneth P. Turvey" <[EMAIL PROTECTED]> wrote:
> Sometimes I would like to view a news message in its original format > with all headers left alone and the message body just like it was sent > to the NNTP server. Ideally I would like to open it in an external > editor. Print it, using a script. [EMAIL PROTECTED] ~]$ cat /usr/local/bin/pan-mail #!/bin/sh exec /usr/sbin/sendmail -G "$USER" [EMAIL PROTECTED] ~]$ cat /usr/local/bin/pan-save #!/bin/sh exec (echo "From pan-save" && cat) >> $HOME/pan-save.news [EMAIL PROTECTED] ~]$ -- Pete _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users