Chronology
Current Month
Current Thread
Current Date
[Year List]
[Month List (current year)]
[
Date Index
] [
Thread Index
]
[
Thread Prev
] [
Thread Next
]
[
Date Prev
] [
Date Next
]
[Phys-L] Re: pox ... also known as quoted-printable
From
: jsd at AV8N.COM (John Denker)
Date
: Mon Dec 13 16:12:05 2004
Here's how I deal with the pox situation:
1) I don't run microsoft software, so I'm not a source of pox.
2) I can actually run programs on my computer.
Therefore, if I receive a message that suffers from the pox,
I can decode it. Here is a perl script that will do the job:
/////////////////////////////////////////////////////
#!/usr/bin/perl
eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
use MIME::QuotedPrint qw(decode_qp);
while (<>) {
print decode_qp($_);
}
//////////////////////////////////////////////////////
Another way of skinning the same cat is to use the qprint
program from John Walker
http://www.fourmilab.ch/webtools/qprint/
References
:
[Phys-L] Re: Spring question
From:
dcrowe at SOTC.ORG (Dan Crowe)
Prev by Date:
[Phys-L] Re: Spring question
Next by Date:
[Phys-L] Re: pox ... also known as quoted-printable
Previous by thread:
[Phys-L] Re: Spring question
Next by thread:
[Phys-L] Re: Spring question
Index(es):
Date
Thread