On Fri, 15 Nov 2002, Joshua Andrews wrote:

> Keith Morse wrote:
> 
> >Okay, I'll bit.  Now that metamail has been dropped from psyche, how do I 
> >command line decode base64 files. I'm taking a look at a klez trap I'm 
> >using in conjuction with procmail.  "man -k base64" shows:
> >
> >MIME::Base64         (3pm)  - Encoding and decoding of base64 strings
> >MIME::Decoder::Base64 (3pm)  - encode/decode a base64 stream
> >MIME::Decoder::Gzip64 (3pm)  - decode a base64 gzip stream
> >
> >
> >but no programmer am I.  Just looking for a clue, Google is being 
> >unusually obtuse for me tonight.
> >
> >
> #!/usr/bin/perl
> use MIME::Base64;
> print decode_base64("_insert_MIME_encoded_here_");


As I said, no programmer I.   So with your example above it would be 
appropriate to feed it with the mimencoded stream via standard input?



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to