Skip to main content
Benno
New Member
January 2, 2019
Question

Right way to block an URL via dictionary and regexp?

  • January 2, 2019
  • 1 reply
  • 3094 views

Cannot find documentation ... 

Are you using regexp in dictionary to block URL? Can you share an example?

 

thx,

Benno

1 reply

Dirty_Wizard_FTNT
Staff
Staff
January 29, 2019

See appendix D in the admin guide regarding regular expressions.

Use http://regex101.com to help build patterns and test matching.

Make sure to use escape characters where necessary, such as:

https:\/\/domain\.com

The only thing unique to FortiMail is that patterns are case insensitive by default.