[AktiviX-discuss] proposals

Charlie Harvey charlie at peopleandplanet.org
Mon Jan 24 11:53:07 UTC 2005



Picture the scene, it's 1:22 on 22 Jan 2005, and mp says:

| hi,
| 
| due to the evolution of the web, the increased sophistication 
of
| google's search algorithms and so on it is herewith proposed 
to
| radically reconfigure the procedures of requests and 
processes of
| dealing with requests for aktivix services.
| 
| The proposal has three points:
| 
| 1# archive entries concerning email or list requests to be 
removed for
| their obvious contribution to anyone who may wish to map out 
activist
| network (including this mail!)

If we simply wanted to remove emails from the archives, we 
could use a little perl script like this (acts like a normal 
unix filter):

#!/usr/bin/perl
#
# demail.pl - remove emails from STDIN
# usage: demail.pl <file_to_demail>

while(<>) {
        s/\b[\w|\-|\_|\.]+\@([\w|\-|\_]+\.)+[a-zA-
Z]{2,}\b/[email_removed]/;
        print;
}

ph34r |\/|y 1337 h4x0r 5k1llz ;-)

Charlie, having drunk too much coffee, or something...




More information about the AktiviX-discuss mailing list