[or-cvs] r19818: {projects} clean up the gettor sample emails so maybe we'll get less ma (in projects/gettor: . gettor)

arma at seul.org arma at seul.org
Wed Jun 24 07:39:15 UTC 2009


Author: arma
Date: 2009-06-24 03:39:14 -0400 (Wed, 24 Jun 2009)
New Revision: 19818

Modified:
   projects/gettor/GetTor.py
   projects/gettor/gettor/responses.py
Log:
clean up the gettor sample emails so maybe we'll get less mail to
tor-assistants with the body tor-im-browser-bundle and nothing else


Modified: projects/gettor/GetTor.py
===================================================================
--- projects/gettor/GetTor.py	2009-06-24 06:39:50 UTC (rev 19817)
+++ projects/gettor/GetTor.py	2009-06-24 07:39:14 UTC (rev 19818)
@@ -221,12 +221,12 @@
                 message = _("""
     Hello, This is the "gettor" robot.
 
-    Thank you for your request. It was sucessfully understood. Your request is
+    Thank you for your request. It was successfully understood. Your request is
     currently being processed. Your package should arrive within the next ten
     minutes.
 
-    If you require any additional help, please feel free to contact a human
-    at the following support email address: tor-assistants at torproject.org
+    If you have any questions or it doesn't work, you can contact a
+    human at this support email address: tor-assistants at torproject.org
 
             """)
                 status = resp.sendGenericMessage(srcEmail, replyTo, message)

Modified: projects/gettor/gettor/responses.py
===================================================================
--- projects/gettor/gettor/responses.py	2009-06-24 06:39:50 UTC (rev 19817)
+++ projects/gettor/gettor/responses.py	2009-06-24 07:39:14 UTC (rev 19818)
@@ -53,17 +53,17 @@
     feature that lets us verify that the address in the "From" line is
     actually the one who sent the mail.
 
-    Gmail and Yahoo Mail both use DKIM. You will have better luck sending
+    Gmail.com and Yahoo.com both use DKIM. You will have better luck sending
     us mail from one of those.
 
     (We apologize if you didn't ask for this mail. Since your email is from
     a service that doesn't use DKIM, we're sending a short explanation,
     and then we'll ignore this email address for the next day or so.)
 
-    If you require any additional help, please feel free to contact a human
-    at the following support email address: tor-assistants at torproject.org
+    If you have any questions or it doesn't work, you can contact a
+    human at this support email address: tor-assistants at torproject.org
 
-    Please note that currently, we can't process HTML emails. You will need 
+    Please note that currently, we can't process HTML emails. You will need
     to send plain text.
         """)
         help = self.constructMessage(message, source, destination)
@@ -86,14 +86,14 @@
     following package names:
 
     """ + "".join([ "\t%s\n" % key for key in packageList.keys()]) + """
-    Please send me another email. It only needs a single package name anywhere 
-    in the body of your email.
+    Please send another mail to gettor at torproject.org. It only needs a
+    single package name anywhere in the body of your email.
 
     Please note that currently, we can't process HTML emails. You will need to
     send plain text.
 
-    If you require any additional help, please feel free to contact a human
-    at the following support email address: tor-assistants at torproject.org
+    If you have any questions or it doesn't work, you can contact a
+    human at this support email address: tor-assistants at torproject.org
 
         """)
         help = self.constructMessage(message, source, destination)
@@ -141,7 +141,7 @@
 
        http://www.gnupg.org/related_software/frontends.html
 
-    If your internet connection blocks access to the Tor network, please
+    If your Internet connection blocks access to the Tor network, please
     consider using a bridge relay. Bridge relays (or "bridges" for short)
     are Tor relays that aren't listed in the main directory. Since there
     is no complete public list of them, even if your ISP is filtering
@@ -155,8 +155,8 @@
     It is also possible to fetch bridges with a web browser at the following
     url: https://bridges.torproject.org/
 
-    If you require any additional help, please feel free to contact a human
-    at the following support email address: tor-assistants at torproject.org
+    If you have any questions or it doesn't work, you can contact a
+    human at this support email address: tor-assistants at torproject.org
 
         """)
         package = self.constructMessage(message, source, destination, filename)



More information about the tor-commits mailing list