I'm trying to create a custom sensitive information type in Office365to match a header pattern :
.+(spf=pass).+\n.+(dkim=pass))|((.+(spf=pass).+(dkim=pass))|(((spf=pass).+(dkim=pass))))
but i'm getting below error :
"You cannot configure a pattern with groups or multiple match conditions like (.*,.+,.{0,n} or .{1,n}. Remove the group or the multiple match condition from the pattern to continue."
How can i replace ".+" to any other matching pattern as we need this characters to match the pattern string