summaryrefslogtreecommitdiffstats
path: root/askbot/mail/lamson_handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/mail/lamson_handlers.py')
-rw-r--r--askbot/mail/lamson_handlers.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/askbot/mail/lamson_handlers.py b/askbot/mail/lamson_handlers.py
index 0bc828c5..5008918e 100644
--- a/askbot/mail/lamson_handlers.py
+++ b/askbot/mail/lamson_handlers.py
@@ -229,12 +229,6 @@ def VALIDATE_EMAIL(
try:
content, stored_files, signature = mail.process_parts(parts, reply_code)
- #patch signature to a sentinel value if it is truly empty, because we
- #cannot allow empty signature field, which indicates no
- #signature at all and in that case we ask user to create one
- if signature == '':
- signature = 'empty signature'
-
user = reply_address_object.user
if signature != user.email_signature: