Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-11-15 12:41:02 +01:00
commit 8963624604

View File

@ -121,6 +121,7 @@ class SupportMailbox(POP3Mailbox):
# send auto reply
if cint(self.email_settings.send_autoreply):
if "MAILER-DAEMON" not in d.raised_by:
self.send_auto_reply(d)
webnotes.conn.commit()