summaryrefslogtreecommitdiff
path: root/src/leap/mail/outgoing/service.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-05-13 11:45:38 -0400
committerKali Kaneko <kali@leap.se>2016-05-13 11:45:38 -0400
commit485449f80e5ffdb9c7fdd0085a484fbe2d1ba955 (patch)
tree0597cad90bc3e5edd7100f705e55b4ad2f3ca504 /src/leap/mail/outgoing/service.py
parentcb2a5130c0741da0ea1dbf98771ae6fe77d47982 (diff)
parent3e33718164d91bb281c7d70b82c178a147f7cc39 (diff)
Merge tag '0.4.2' into release/0.4.xrelease/0.4.x
Tag leap.mail version 0.4.2
Diffstat (limited to 'src/leap/mail/outgoing/service.py')
-rw-r--r--src/leap/mail/outgoing/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/outgoing/service.py b/src/leap/mail/outgoing/service.py
index 335cae4..95d3e79 100644
--- a/src/leap/mail/outgoing/service.py
+++ b/src/leap/mail/outgoing/service.py
@@ -224,7 +224,7 @@ class OutgoingMail(object):
heloFallback=True,
requireAuthentication=False,
requireTransportSecurity=True)
- factory.domain = __version__
+ factory.domain = bytes('leap.mail-' + __version__)
emit_async(catalog.SMTP_SEND_MESSAGE_START,
self._from_address, recipient.dest.addrstr)
reactor.connectSSL(