Skip to content

Commit

Permalink
config/sieve/submission: Fix auth_username_format note
Browse files Browse the repository at this point in the history
%L is not valid value at all. Probably %Ln was intended.
  • Loading branch information
sirainen authored and cmouse committed Sep 4, 2024
1 parent bbd56c3 commit b2dc26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/config/sieve/submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Below are some of the most common reasons for this.

#### Settings

[[setting,auth_username_format,%L]] lowercases the username but also drops
[[setting,auth_username_format,%Ln]] lowercases the username but also drops
the domain. Use [[setting,auth_username_format,%Lu]] instead.

[[setting,auth_username_format]] changes the username permanently, some
Expand Down

0 comments on commit b2dc26f

Please sign in to comment.