UserMustHaveRegex
A regular expression to restrict the users who are processed by the connector when IndexUserChats is TRUE
. The identifier of a user (see UserIdentifier) must match the regular expression, otherwise the user is ignored.
The connector ingests all messages from a one-to-one or group chat when at least one of the users is processed. In other words the connector does ingest messages sent by an ignored user, if the messages are sent to a user who is not ignored.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | UserMustHaveRegex=user721@example\.com
|
See Also: |