diff --git a/inxep.py b/inxep.py index 34cdcd7c..9863309a 100755 --- a/inxep.py +++ b/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.' #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