From 77452f51330aca0fe64932aadd1a263c6cf3b95c Mon Sep 17 00:00:00 2001 From: Mathias Rav Date: Wed, 5 Jul 2017 18:02:31 +0200 Subject: [PATCH] fixup --- emailtunnel/mailhole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailtunnel/mailhole.py b/emailtunnel/mailhole.py index 4bc8df4..039643b 100644 --- a/emailtunnel/mailhole.py +++ b/emailtunnel/mailhole.py @@ -68,7 +68,7 @@ def forward(self, original_envelope, message, recipients, sender): if not requests: raise Exception("You must `pip install requests`!") self.deliver_mailhole(original_envelope, - message, mailhole_recipients, sender) + message, mailhole_rcpts, sender) if ordinary_rcpts: self.deliver(message, ordinary_rcpts, sender)