commit 80f10af226387017d37560513d8fe40629560296 Author: Isis Lovecruft isis@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)
tor-commits@lists.torproject.org