diff --git a/doc/sources/admin/rules_examples.rst b/doc/sources/admin/rules_examples.rst index a65f50310..a820e8b5c 100644 --- a/doc/sources/admin/rules_examples.rst +++ b/doc/sources/admin/rules_examples.rst @@ -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