procmail
[Top] [All Lists]

Re: MS-->Unix incompat pointer request

1997-01-07 17:51:10
I just pipe through this script:

#!/usr/local/bin/perl -p
#
# qpdecode: Translate quoted-printable to 8-bit ascii
#
# From: guckes(_at_)landau(_dot_)math(_dot_)fu-berlin(_dot_)de (Sven Guckes)
# Newsgroups: comp.mail.pine
# Subject: Re: Question about "=" encoding
# Date: 19 Jun 1996 23:13:14 GMT
# Organization: Freie Universitaet Berlin
# Message-ID: 
<slrn4sh2ca(_dot_)2nf(_dot_)guckes(_at_)landau(_dot_)math(_dot_)fu-berlin(_dot_)de>

s/\=([0-9A-Fa-f]{2})/chr(hex($1))/ge; s/\=\n//;

Regards,
-- 
   Rick Troxel     Rick_Troxel(_at_)nih(_dot_)gov     
rick(_at_)helix(_dot_)nih(_dot_)gov
     http://www.dc-sage.org/bios/rick_troxel  301/435-2983
/////////////////////////////////////////////////////////////////
All effort and exertion put forth by man from the fullness of his
heart is worship, if it  is prompted  by the  highest motives and
the will to do service to humanity.                 --Abdu'l-Baha

On Mon, 6 Jan 1997, Guy Geens wrote:

ggeens> I've seen pointers to MIME-decoding software on this list, but I
ggeens> don't remember where you can download it. 

<Prev in Thread] Current Thread [Next in Thread>