Hi all,
I've been trying to get a disclaimer added to all emails that are originating from external sources/not our own domain...
I've tried a couple different methods, such as creating a mail filter with a regex that should match any emails other than @example1.co.uk and @example2.co.uk. but it didnt seem to work.
This was one of the regex i was using: ^[A-Za-z0-9._%+-]+@(?!(example1|example2)\.co\.uk)[A-Za-z0-9.-]+\.[A-Za-z]{2,}$
Any ideas? Or is this even possible?
Thank you
I've been trying to get a disclaimer added to all emails that are originating from external sources/not our own domain...
I've tried a couple different methods, such as creating a mail filter with a regex that should match any emails other than @example1.co.uk and @example2.co.uk. but it didnt seem to work.
This was one of the regex i was using: ^[A-Za-z0-9._%+-]+@(?!(example1|example2)\.co\.uk)[A-Za-z0-9.-]+\.[A-Za-z]{2,}$
Any ideas? Or is this even possible?
Thank you