Skip to content

Commit

Permalink
clarify address-blacklist syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Sep 18, 2023
1 parent 48d139a commit 3ec7f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,9 @@ accounts:
address-blacklist:
# - "*@mailinator.com"
address-blacklist-syntax: "glob" # change to "regex" for regular expressions
# file of newline-delimited address blacklist entries in the above syntax;
# supersedes address-blacklist if set:
# file of newline-delimited address blacklist entries (no enclosing quotes)
# in the above syntax (i.e. either globs or regexes). supersedes
# address-blacklist if set:
# address-blacklist-file: "/path/to/address-blacklist-file"
timeout: 60s
# email-based password reset:
Expand Down
5 changes: 3 additions & 2 deletions traditional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ accounts:
address-blacklist:
# - "*@mailinator.com"
address-blacklist-syntax: "glob" # change to "regex" for regular expressions
# file of newline-delimited address blacklist entries in the above syntax;
# supersedes address-blacklist if set:
# file of newline-delimited address blacklist entries (no enclosing quotes)
# in the above syntax (i.e. either globs or regexes). supersedes
# address-blacklist if set:
# address-blacklist-file: "/path/to/address-blacklist-file"
timeout: 60s
# email-based password reset:
Expand Down

0 comments on commit 3ec7f0e

Please sign in to comment.