From 050869ee91f8bb29b38086fd8c549769ee7c0524 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 29 Jan 2015 12:22:00 -0200 Subject: pixelated-project/pixelated-platform#54 : monkey-patching twisted web ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack --- service/pixelated/config/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/pixelated/config/__init__.py') diff --git a/service/pixelated/config/__init__.py b/service/pixelated/config/__init__.py index e2de0186..61d0fc54 100644 --- a/service/pixelated/config/__init__.py +++ b/service/pixelated/config/__init__.py @@ -34,6 +34,7 @@ from twisted.internet.threads import deferToThread # monkey patching some specifics import pixelated.support.ext_protobuf import pixelated.support.ext_sqlcipher +import pixelated.support.ext_esmtp_sender_factory def initialize(): -- cgit v1.2.3