mhonarc-users

Re: Reprocessing old archives

2000-02-03 10:27:05
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

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