XMPP Extensions Editor

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@93 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-10-10 16:45:47 +00:00
parent cba9804245
commit e0214afbc5
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html'
actionline = 'The XMPP Council will decide within 7 days (or at its next meeting) whether to accept this proposal as an official XEP.'
#msg = "From: %s\r\n" % fromaddr
msg = "From: XEP Editor <%s>\r\n" % fromaddr
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
msg = msg + "To: %s\r\n" % toaddrs
msg = msg + "Subject: %s\r\n" % thesubject
msg = msg + introline