[or-cvs] r15891: Updates to how we run this live. (projects/gettor)

ioerror at seul.org ioerror at seul.org
Mon Jul 14 04:24:44 UTC 2008


Author: ioerror
Date: 2008-07-14 00:24:44 -0400 (Mon, 14 Jul 2008)
New Revision: 15891

Modified:
   projects/gettor/gettor.py
Log:
Updates to how we run this live.


Modified: projects/gettor/gettor.py
===================================================================
--- projects/gettor/gettor.py	2008-07-14 04:07:06 UTC (rev 15890)
+++ projects/gettor/gettor.py	2008-07-14 04:24:44 UTC (rev 15891)
@@ -129,9 +129,10 @@
             gettor_responses.sendPackage(message, srcEmail, replyTo, packageList[package])  
             exit(0)
         else:
-            message = "Your request was misunderstood. Please select one of the " + \
-            "following packages: " + str(packageList.keys()) + \
-            "\n" +  "Please respond with a single package name."
+            message = "Hi, I'm a robot. " + \
+            "Your request was not understood. Please select one of the following package names: " + \
+            str(packageList.keys()) + "\n" + \
+            "Please send me another email. It only needs a single package name anywhere in the body of your email."
             gettor_responses.sendHelp(message, srcEmail, replyTo)
             syslog.syslog("gettor: Signed messaged to gettor. We issued some help about proper email formatting.")
             exit(0)



More information about the tor-commits mailing list