[tor-commits] [gettor/master] Remove testing hard coded settings again

hiro at torproject.org hiro at torproject.org
Wed May 22 12:14:39 UTC 2019


commit bf193523ec55d4ff31315c3f80aa16868ee9fcbb
Author: hiro <hiro at torproject.org>
Date:   Wed May 22 14:14:34 2019 +0200

    Remove testing hard coded settings again
---
 scripts/process_email | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/process_email b/scripts/process_email
index c670dfc..26ca60e 100755
--- a/scripts/process_email
+++ b/scripts/process_email
@@ -22,7 +22,7 @@ def process_email(message):
     settings = options.parse_settings()
 
     try:
-        ep = EmailParser(settings, "gettor+test at torproject.org")
+        ep = EmailParser(settings, "gettor at torproject.org")
         yield defer.maybeDeferred(
             ep.parse, message
         ).addCallback(ep.parse_callback).addErrback(ep.parse_errback)



More information about the tor-commits mailing list