stash
This commit is contained in:
parent
1408aa1713
commit
5555eeab3f
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ def receive_email(envelope, log=None):
|
|||
subject = "No subject"
|
||||
subject = unescape_and_decode_quoted_printable(subject)
|
||||
subject = unescape_and_decode_base64(subject)
|
||||
log.info("search for {}".format(recipient))
|
||||
log.info("known {}".format([x.address for x in EventAddress.objects.all()]))
|
||||
target_event = find_target_event(recipient)
|
||||
|
||||
active_issue_thread, new = find_active_issue_thread(header_in_reply_to, recipient, subject)
|
||||
|
|
Loading…
Reference in a new issue