[tor-commits] [bridgedb/master] Set the SMTPAutoresponder factory's domain name to our FQDN.

isis at torproject.org isis at torproject.org
Fri Jun 6 23:39:15 UTC 2014


commit 80f10af226387017d37560513d8fe40629560296
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Jun 4 17:17:15 2014 +0000

    Set the SMTPAutoresponder factory's domain name to our FQDN.
---
 lib/bridgedb/email/autoresponder.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bridgedb/email/autoresponder.py b/lib/bridgedb/email/autoresponder.py
index 41e811b..9be7e7d 100644
--- a/lib/bridgedb/email/autoresponder.py
+++ b/lib/bridgedb/email/autoresponder.py
@@ -639,6 +639,7 @@ class SMTPAutoresponder(smtp.SMTPClient):
                                          self.deferred,
                                          retries=retries,
                                          timeout=timeout)
+        factory.domain = smtp.DNSNAME
         reaktor.connectTCP(self.incoming.context.smtpServerIP,
                            self.incoming.context.smtpServerPort,
                            factory)





More information about the tor-commits mailing list