Thanks for your help in advanced. I have been trying to get this figured and out and some testing.... I am new to regex....
Office 365 is matching a credit card number pattern to a gift card. The gift card doesn't match any bank or company patterns and while 16 digits, they don't add up to the LUH test either of being divisible by 70 and =1.
Request 1: For testing purposes, I want to allow a specific gift card number (9050991566549878 or 9050-9915-6654-9878) through the filter. That way I can test with a specific gift card number. In Office 365 I was going to say "Except if the subject or body matches patterns: enter the regex expression here"
Request 2: I want to make a modification to my DLP rule that will allow gift cards that starts with the numbers 9040 (or any other four digit code for that matter and is 16 digits in length, not including the - in between (if the user enters them)). I have been struggling to write this as I see every other combination. In Office 365 I was going to say "Except if the subject or body matches patterns: enter the regex expression here"
THANK YOU!