fix regex rule in documentation: need to escape the @

This commit is contained in:
David Coutadeur 2022-09-05 17:18:37 +02:00
parent 389d33d542
commit f2762e6711
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ attribute you see there can be used in a rule!
::
$cn =~ /^Doctor.*/i
$email !~ /@spam.com$/
$email !~ /\@spam.com$/
- Filtering on Authentication Level