mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
dont send mail back to mailer daemon
This commit is contained in:
@@ -121,7 +121,8 @@ class SupportMailbox(POP3Mailbox):
|
||||
|
||||
# send auto reply
|
||||
if cint(self.email_settings.send_autoreply):
|
||||
self.send_auto_reply(d)
|
||||
if "MAILER-DAEMON" not in d.raised_by:
|
||||
self.send_auto_reply(d)
|
||||
|
||||
webnotes.conn.commit()
|
||||
# extract attachments
|
||||
|
||||
Reference in New Issue
Block a user