I've just discovered "-spammode", and I'd like to retoactively apply
it to my old archives--going back to those archived with MHonArc
1.1.0. Is there any easy way to do that, or should I just hack up a
perl script to cloak e-mail addresses?
-Dave
Nathaniel Irons <[EMAIL PROTECTED]> wrote:
>On 2/1/2000 at 2:15 PM, [EMAIL PROTECTED] (Dave Sill)
>wrote:
>
>> I've just discovered "-spammode", and I'd like to retoactively apply
>> it to my old archives--going back to those archived with MHonAr
Earl Hood <[EMAIL PROTECTED]> wrote:
>On February 2, 2000 at 13:13, Dave Sill wrote:
>
>> >I started using mhonarc at about 2.3, so I don't have any idea what'll
>> >happen if you sic it on an archive that old, but I'd give a command-line
>> &g
Here's the script I came up with, in case anyone else cares:
#!/usr/local/bin/perl -pi~
s|([\!\%\w\.\-+=/]+@)([\w\.\-]+)|$1.('x' x length($2))|ge
The substitute command came from MHonArc. It replaces the domain with
an equal-length string of x's.
-Dave
John Beranek <[EMAIL PROTECTED]> wrote:
>Ahem, answered part of my own message...I put in my resource
>file, and new messages don't contain the address.
>
>However, this doesn't work for old messages...
Here's a little script I wrote when I was in the same situation. It's
more aggressive than s