diff --git a/default.yaml b/default.yaml index e934ef26..7936a766 100644 --- a/default.yaml +++ b/default.yaml @@ -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: diff --git a/traditional.yaml b/traditional.yaml index 7ffbdd84..22d2b550 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -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: