PGNet Dev: > > That should be safe, because the OK here cannot affect how a recipient > > will be evaluated. > > Do you have any reasonable advice as to a better approach to share?
Well you can drop the initial .* and you may want to end the pattern in '$' as in /\.outbound\.protection\.outlook\.com$/ OK Alternatively, you can suck the helo policy into the map: /\.outbound\.protection\.outlook\.com$/ OK /some other site/ reject_blah /./ reject_blah reject_foo Wietse