[or-cvs] r19775: {projects} Add some infos about HTML email (We should support those asa (in projects/gettor: . gettor)
kaner at seul.org
kaner at seul.org
Mon Jun 22 20:18:43 UTC 2009
Author: kaner
Date: 2009-06-22 16:18:43 -0400 (Mon, 22 Jun 2009)
New Revision: 19775
Modified:
projects/gettor/GetTor.py
projects/gettor/gettor/responses.py
Log:
Add some infos about HTML email (We should support those asap)
Modified: projects/gettor/GetTor.py
===================================================================
--- projects/gettor/GetTor.py 2009-06-22 20:03:58 UTC (rev 19774)
+++ projects/gettor/GetTor.py 2009-06-22 20:18:43 UTC (rev 19775)
@@ -370,11 +370,14 @@
if __name__ == "__main__":
if not main():
generalerror = """
- An error occured while processing your request to GetTor.
- Most likely this happened because we are too busy at the moment.
+ An error occured while processing your request to GetTor. Most likely
+ this happened because we are too busy at the moment.
Please try again later, sorry for the inconvenience.
+ Please note that currently, we can't process HTML emails. You will need
+ to send plain text.
+
Best,
Your GetTor robot
"""
Modified: projects/gettor/gettor/responses.py
===================================================================
--- projects/gettor/gettor/responses.py 2009-06-22 20:03:58 UTC (rev 19774)
+++ projects/gettor/gettor/responses.py 2009-06-22 20:18:43 UTC (rev 19775)
@@ -63,6 +63,8 @@
If you require any additional help, please feel free to contact a human
at the following support email address: tor-assistants at torproject.org
+ Please note that currently, we can't process HTML emails. You will need
+ to send plain text.
""")
help = self.constructMessage(message, source, destination)
try:
@@ -87,6 +89,9 @@
Please send me another email. 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
More information about the tor-commits
mailing list