Exclusions using the type argument CONTAINS will not work if the target is the begining of the target. Start CONTAINS exclusions at the second charictor.
Example:
Item EDID = ABC123
Exclusion = "EDID-CONTAINS-ABC1" will fail but
Exclusion = "EDID-STARTSWITH-ABC1" will not fail.
Exclusion = "EDID-CONTAINS-BC12" will not fail.
This may have already been fixed, I'm going to go through and check shortly.
Exclusions using the type argument CONTAINS will not work if the target is the begining of the target. Start CONTAINS exclusions at the second charictor.
Example: Item EDID = ABC123 Exclusion = "EDID-CONTAINS-ABC1" will fail but Exclusion = "EDID-STARTSWITH-ABC1" will not fail. Exclusion = "EDID-CONTAINS-BC12" will not fail.
This may have already been fixed, I'm going to go through and check shortly.