How JEMH Add-on handles the emails he can not process

AJ August 24, 2016

Hi,

I'm wondering how JEMH Add-on handles the emails he can not process.

I created a profile and set directives and a Subject processor.

I also set Whitelisted Directives : 

  • assignee
  • key
  • comment
  • workflow

JEHM will look for #keywords in the subject of the email.


How JEHM Add-on handles the following examples :

  • Will JEMH delete the email after trying to process it ?
  • Will JEMH leave the email in the mailbox ?


  1. Email with Directives which are not in White list ?
  2. Email without subject ? 

 

Regards !

2 answers

1 accepted

0 votes
Answer accepted
Andy Brook
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 24, 2016

Hi Damien,

> Will JEMH delete the email after trying to process it ?

To be specific, JEMH cannot do this.  What JEMH can and will do is indicate that it is has processed/consumed the given message, this indicator is handled by JIRA and returned to the mailserver as 'READ', which is interpreted by the MailServer in specific ways (e.g. it may be marked read or actually removed)

If Messages were not marked 'READ' they would be there the next time messages were polled for, resulting in repeat processing (and NO no message processing)

> Will JEMH leave the email in the mailbox ?

JEMH will leave messages in the mailbox 'UNREAD' if the message is not found to be an expected recipient.  JEMH expects every inbound message found to be addressed 'to' JEMH.  This is confirmed through the catchEmail CSV field and jemhAddresseeRegexps CSV field.  In the simple case of one profile, if the message 'matches' the expected catchEmail/jemhAddresseeRegexp then the message is a candidate for processing, and regardless of outcome, will be 'READ'.

When issues fail to create issues/updates, the sender MAY be notified through the HintOgram feature, usually not. If an unexpected or 'procedural' problem results (eg no project can be found) then where issue creation fails, the message will be forwarded to the Notifications > Forward user.  In any/all circumstances of non-processing, it is always desirable to push the mail on to a Forward user for review rather than block the mail queue, where messages could still remain that can be processed.

 

> When Email with Directives which are not in White list ?

They are ignored

> Email without subject ? 

For this case, JEMH has a default summary which is used in place, see Profile > Issue : Summary

0 votes
AJ August 25, 2016

Hi Andy, 

Thank you for your help.

Damien

Suggest an answer

Log in or Sign up to answer