* news readers with linux
@ Deedra Waters
` Geoff Shang
0 siblings, 1 reply; 2+ messages in thread
From: Deedra Waters @ UTC (permalink / raw)
To: speakup
I'm using pine to look at news groups. right now, the two that I look at,
pine keeps taking attachments, and puttin them in the message, is there a
way to change this? or is there a better news reader I can use so that I
won't have this problem?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: news readers with linux
news readers with linux Deedra Waters
@ ` Geoff Shang
0 siblings, 0 replies; 2+ messages in thread
From: Geoff Shang @ UTC (permalink / raw)
To: speakup
On Mon, 21 Jan 2002, Deedra Waters wrote:
> I'm using pine to look at news groups. right now, the two that I look at,
> pine keeps taking attachments, and puttin them in the message, is there a
> way to change this? or is there a better news reader I can use so that I
> won't have this problem?
I'm presuming you're referring to things like this:
begin 600 popsong.mp3
Followed by random-looking text. This is not pine's fault, this is how it
was posted. This is what's called uuencoding. This turns a binary file
into text so that you can do just this - post it in a message. this is
pretty old technology, but is guaranteed to be backward compatibal.
You can unpack such files by exporting the text to a text file, stripping
off the extraneous headers and footers (if there are any), and then runing
it through uudecode. The filename is stipulated in the begin line of the
uuencoded file (as shown above), and so are the permissions (that's the
600, 755 is also common). The named file will be created by uudecode in
your current directory.
The reason why pine can't deal with these internally is that often in
newsgroups, the posting is split across several articles and one has to
find all the pieces and reassemble them before decoding. If you're missing
a piece, you're probably hosed, depending on what the file is.
Geoff.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
news readers with linux Deedra Waters
` Geoff Shang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).