pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Seeing message in original format


From: Pete Zaitcev
Subject: Re: [Pan-users] Seeing message in original format
Date: Tue, 4 Oct 2005 08:51:22 -0700

On Mon, 03 Oct 2005 14:09:58 -0500, "Kenneth P. Turvey" <address@hidden> 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.

address@hidden ~]$ cat /usr/local/bin/pan-mail
#!/bin/sh
exec /usr/sbin/sendmail -G "$USER"
address@hidden ~]$ cat /usr/local/bin/pan-save
#!/bin/sh
exec (echo "From pan-save" && cat) >> $HOME/pan-save.news
address@hidden ~]$ 

-- Pete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]