Capturing telnet

From: Barsalou <barjunk@attglobal.net>
Date: Wed Mar 03 2004 - 20:39:25 PST

Thanks to Arthur and some of the others that responded, I would like to
share the solution to capturing my mail message using telnet. As Arthur
already pointed out, you really shouldn't use telnet 'in the wild' but
the e-mail provider doesn't provide a secure method of getting the
messages....bummer!

Here is the command:

telnet pop3.example.com 110 2>&1 | tee messagefile

I then use the following sequence to remove the topmost message from my
mailbox:

user <username>
pass <password>
retr 1
....wait until the message is finished displaying....
quit

This worked great!

I had to edit out some of the text from the top of the file.....Arthur
would be disappointed because I used vi to get rid of the top of the
mail message instead of a cool sed script....sorry about that! :)

I hope someone else finds this useful!

Mike

-- 
Barsalou <barjunk@attglobal.net>
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Wed Mar 3 20:37:06 2004

This archive was generated by hypermail 2.1.8 : Wed Mar 03 2004 - 20:37:06 PST