mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 07:08:51 -05:00
XMPP Extensions Editor
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@93 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
cba9804245
commit
e0214afbc5
2
inxep.py
2
inxep.py
@ -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.'
|
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: %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 + "To: %s\r\n" % toaddrs
|
||||||
msg = msg + "Subject: %s\r\n" % thesubject
|
msg = msg + "Subject: %s\r\n" % thesubject
|
||||||
msg = msg + introline
|
msg = msg + introline
|
||||||
|
Loading…
Reference in New Issue
Block a user