Only update by email

This commit is contained in:
andresf01
2017-07-11 11:59:56 -05:00
parent 7386a45784
commit d1f35f1299
2 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,8 @@ def ticket_from_message(message, queue, logger):
priority = 2 if high_priority_types & {smtp_priority, smtp_importance} else 3
if ticket is None:
if settings.QUEUE_EMAIL_BOX_UPDATE_ONLY:
return None
new = True
t = Ticket.objects.create(
title=subject,