From 71d38e32ef2db40458c948c48c2ef62adaed698e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 16 Mar 2012 03:41:25 -0400 Subject: fixed the subject line issue again --- askbot/lamson_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/lamson_handlers.py b/askbot/lamson_handlers.py index 9af17111..56f19bd5 100644 --- a/askbot/lamson_handlers.py +++ b/askbot/lamson_handlers.py @@ -97,7 +97,7 @@ def ASK(message, host = None): body = get_body(message) attachments = get_attachments(message) from_address = message.From - subject = message.Subject + subject = message['Subject']#why lamson does not give it normally? mail.process_emailed_question(from_address, subject, body, attachments) -- cgit v1.2.3-1-g7c22