This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How To: Sophos UTM email encryption using a phrase as a trigger

Hi all,

I'm just documenting this just in case it helps someone else out there as its not mentioned in any Sophos documentation.

If you wish to use a phrase to trigger the data protection policy for email encryption in Sophos UTM add a regular expression of

/bPHRASE/b

So for example if you only wanted emails with the phrase "securely marked" in the subject or body then you would put

/bsecurely marked/b

There is no space after the first /b

Thanks


This thread was automatically locked due to age.
Parents
  • Ah now that was something we couldn't get working was just a trigger in the subject, the \bPHRASE\b works in the body too.

    A single word trigger for just the subject is

    ^n

    n being the word you want to trigger it so 

    ^smokemeakipper

    Btw - Awesome trigger word!

    However, it doesn't work for more than one word, well not that we could work out anyway but then I'm wondering whether something like would do it?

    ^/bPHRASE/b 

    Unfortunately, we're just in the process of rebuilding our test UTM rig so cant try it.
Reply
  • Ah now that was something we couldn't get working was just a trigger in the subject, the \bPHRASE\b works in the body too.

    A single word trigger for just the subject is

    ^n

    n being the word you want to trigger it so 

    ^smokemeakipper

    Btw - Awesome trigger word!

    However, it doesn't work for more than one word, well not that we could work out anyway but then I'm wondering whether something like would do it?

    ^/bPHRASE/b 

    Unfortunately, we're just in the process of rebuilding our test UTM rig so cant try it.
Children
No Data