...
This section allows you configure user domains that can and cannot create/update issues. For additional information see: Use Email Allowlisting and Blocklisting within a Profile?
...
Configuration Options
Allowlist
...
Allowlist Senders
This is a Regex configuration that will only allow matching users to create new issues.
Blocklist
Blocklist Senders
Regex configuration that will stop matching senders from creating new issues.CSV text-box that can contain multiple Regexps that will be used to check if the email sender matches. If any of the Regexp's match then it will mean that the email sender can create/comment using that profile.
Note: If you have multiple Regexps then you would need to place a comma between each Regexp value. e.g.
Code Block |
---|
.*@thepluginpeople.com,admin@localhost |
Blocklist
Blocklist Senders
This is a CSV text-box that can contain multiple Regexps that will be used to check if the email sender matches. If any of the Regexp's match then it will mean that the email sender cannot create/comment on issues using that profile.
Note: If you have multiple Regexps then you would need to place a comma between each Regexp value. e.g.
Code Block |
---|
.*@localhost,spam@.* |
Blocklist Recipients
A Regex configuration that will stop matching recipients/participants from being added to the issues.
This is a CSV text-box that can contain multiple Regexps that will be used to check if the email recipients matches. If any of the Regexp's match then it will mean that the email recipient will not be added to the issue.
Note: If you have multiple Regexps then you would need to place a comma between each Regexp value. e.g.
Code Block |
---|
.*@localhost,external@.* |
Blocklist Match Handling
This identifies what should happen with the email if the sender has been Blocklisted
...