crans.org
darcs-hash:20010905204246-a279a-67243e7b1de01ddbc577b24c031df9988d55f272.gz
This commit is contained in:
parent
3fbe2bb02e
commit
0425bc6a7a
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ for uid in os.listdir('/var/cvs'):
|
|||
("Subject: CVS Commit par %s\n" % uid)+ \
|
||||
"Organization: Radio ragots\n" + \
|
||||
"Newsgroups: crans.cvs-checkins\n" + \
|
||||
"Reply-To: Nounous <nounous@crans.ens-cachan.fr>\n" + \
|
||||
"Reply-To: Nounous <nounous@crans.org>\n" + \
|
||||
"Followup-To: crans.informatique\n" )
|
||||
|
||||
so.append("MIME-Version: 1.0\n" + \
|
||||
|
@ -56,7 +56,7 @@ for uid in os.listdir('/var/cvs'):
|
|||
if envoie:
|
||||
sso = string.join(so,'')
|
||||
fso = StringIO.StringIO(sso)
|
||||
nntplib.NNTP('news.crans.ens-cachan.fr').post(fso)
|
||||
nntplib.NNTP('news.crans.org').post(fso)
|
||||
#print sso
|
||||
os.unlink('/var/cvs/'+uid)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue