mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
support ticket fix
This commit is contained in:
@@ -112,11 +112,7 @@ class SupportMailbox(POP3Mailbox):
|
||||
except:
|
||||
d.description = 'Unable to extract message'
|
||||
d.save(1)
|
||||
|
||||
else:
|
||||
# update feed
|
||||
update_feed(d, 'on_update')
|
||||
|
||||
# send auto reply
|
||||
if cint(self.email_settings.send_autoreply):
|
||||
if "mailer-daemon" not in d.raised_by.lower():
|
||||
|
||||
Reference in New Issue
Block a user