From e63d2552b7d2f16ff9f6f7dd9e9ab08a7a06e9c7 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 19 Jul 2013 22:14:33 +0530 Subject: [PATCH] [minor] [fix] [communication] sender should be formatted using formataddr so that the combination of fullname and email address is RFC 2822 compliant --- website/helpers/contact.py | 1 - 1 file changed, 1 deletion(-) diff --git a/website/helpers/contact.py b/website/helpers/contact.py index bf1521ee11..0042c03d33 100644 --- a/website/helpers/contact.py +++ b/website/helpers/contact.py @@ -17,7 +17,6 @@ from __future__ import unicode_literals import webnotes -from core.doctype.communication.communication import make from webnotes.utils import now max_communications_per_hour = 300