mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 13:37:41 +03:00
Fix precise_casefold -> precis_casefold and .md formatting
This commit is contained in:
parent
681976cc7b
commit
420e85ce96
2 changed files with 4 additions and 2 deletions
|
@ -94,7 +94,8 @@ Normalization function to apply to authorization username before
|
|||
further processing.
|
||||
|
||||
Available options:
|
||||
- `auto` `precis_casefold_email` for valid emails, `precise_casefold` otherwise.
|
||||
|
||||
- `auto` `precis_casefold_email` for valid emails, `precis_casefold` otherwise.
|
||||
- `precis_casefold_email` PRECIS UsernameCaseMapped profile + U-labels form for domain
|
||||
- `precis_casefold` PRECIS UsernameCaseMapped profile for the entire string
|
||||
- `precis_email` PRECIS UsernameCasePreserved profile + U-labels form for domain
|
||||
|
|
|
@ -65,7 +65,8 @@ Normalization function to apply to SASL usernames before mapping
|
|||
them to storage accounts.
|
||||
|
||||
Available options:
|
||||
- `auto` `precis_casefold_email` for valid emails, `precise_casefold` otherwise.
|
||||
|
||||
- `auto` `precis_casefold_email` for valid emails, `precis_casefold` otherwise.
|
||||
- `precis_casefold_email` PRECIS UsernameCaseMapped profile + U-labels form for domain
|
||||
- `precis_casefold` PRECIS UsernameCaseMapped profile for the entire string
|
||||
- `precis_email` PRECIS UsernameCasePreserved profile + U-labels form for domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue