new zamok

darcs-hash:20011222182803-a279a-e55b4b6aa7db55d350f06b1ff2a7c7825b340de3.gz
This commit is contained in:
stransky 2001-12-22 19:28:03 +01:00
parent c7a90e2085
commit 59fbd33e96

View file

@ -32,9 +32,9 @@ for uid in os.listdir('/var/cvs'):
so = []
fi = open('/var/cvs/'+uid,'r')
so.append("From: CVS admin <root@crans.ens-cachan.fr>\n" + \
so.append("From: CVS admin <root@crans.org>\n" + \
("Subject: CVS Commit par %s\n" % uid)+ \
"Organization: Radio ragots\n" + \
"Organization: Crans Internet Site\n" + \
"Newsgroups: crans.cvs-checkins\n" + \
"Reply-To: Nounous <nounous@crans.org>\n" + \
"Followup-To: crans.informatique\n" )