projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8634290
)
Removed debugging reply-address adjustment from be-handle-mail.
author
W. Trevor King
<wking@drexel.edu>
Thu, 16 Jul 2009 13:13:07 +0000
(09:13 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 16 Jul 2009 13:13:07 +0000
(09:13 -0400)
Everything seems to be working now. On to the remote tests ;).
interfaces/email/interactive/be-handle-mail
patch
|
blob
|
history
diff --git
a/interfaces/email/interactive/be-handle-mail
b/interfaces/email/interactive/be-handle-mail
index 243d33743f847ba0868c7ece12209ab5650e9203..e0ed58484378390dbe5ee91251d179131a00373e 100755
(executable)
--- a/
interfaces/email/interactive/be-handle-mail
+++ b/
interfaces/email/interactive/be-handle-mail
@@
-177,7
+177,6
@@
def run_message(msg_text):
return (ret, out_text, err_text, info)
def compose_response(ret, out_text, err_text, info):
- info["author_addr"] = "wking" # for local testing
assert "encoding" in info
if "author_addr" not in info:
return None