[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-policies
Subject:    Re: Concerning CCMAIL keyword in CVS logs
From:       Josef Spillner <josef () ggzgamingzone ! org>
Date:       2003-06-19 4:40:59
[Download RAW message or body]

On Thursday 19 June 2003 00:56, Rob Kaper wrote:
> What's worse, is that kde-common/accounts is probably also very accessible
> to spammers.

Given the recent move towards python, the snippet below could obscur them a 
little bit :)
However this also affects AUTHOR and files containing KAboutData and others. 
Probably webcvs could be modified to filter out addresses.

Josef

#!/usr/bin/env python
import re, sys
for l in sys.stdin.readlines():
	x = re.match("^(\\S+)\\s+(.+?)\\s+(\\S+)\\s*\\n$", l)
	if x:
		print re.sub("\.", "|", "%-10s %-30s %s" % x.groups())
	else:
		print l,

-- 
Play for fun, win for freedom.
_______________________________________________
Kde-policies mailing list
Kde-policies@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-policies
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic