You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway we can configure the script to evaluate the whole alert keyword field as a regular expression?
I built a centralized mailbox that has mail rules to move messages to subfolders. I then built a scheduled task that runs the imap2thehive with different configuration files to point at those subfolders. I wanted to create alerts in the Hive for triaging and then things that can't be weeded out will be imported as cases.
The regular expression in the Alert Keyword field within the configuration file seems to only analyze values contained between the square brackets [ ] in a subject.
I have been struggling to build different regular expressions. simply removing the \S* from the regular expression doesn't work.
The text was updated successfully, but these errors were encountered:
Is there anyway we can configure the script to evaluate the whole alert keyword field as a regular expression?
I built a centralized mailbox that has mail rules to move messages to subfolders. I then built a scheduled task that runs the imap2thehive with different configuration files to point at those subfolders. I wanted to create alerts in the Hive for triaging and then things that can't be weeded out will be imported as cases.
The regular expression in the Alert Keyword field within the configuration file seems to only analyze values contained between the square brackets [ ] in a subject.
I have been struggling to build different regular expressions. simply removing the \S* from the regular expression doesn't work.
The text was updated successfully, but these errors were encountered: