In the Coexistence Manager for Notes (CMN) Directory Connector, adding a filter with the 'NotContain' rule to '<Connector> | Advanced Settings | Users | Source Scope', for example:
sourceattr=mailaddress
condition=NotContain,@exchange.example.org
puts all source objects under "Out Of Scope" in the log file, not just the ones that match the rule.
Workaround
1. Go to '<Connector> | Advanced Settings | Users | Source Scope'.
2. Instead of adding a rule, add the following script (modify it to match your requirements):
$fwdAddress = $srcObj["mailaddress"]
$include = [string]::IsNullOrEmpty($fwdAddress ) -or !($fwdAddress.Contains("@exchange.example.org"))
$include
3. Set 'Specify Operation' to 'Is(exactly)'.
4. Set 'Value' to 'True'.
Status
Waiting for fix in a future release of CMN.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center