Fix: let mailgun_api_key also support their "HTTP webhook signing key" (#8091)

This commit is contained in:
Dannii Willis 2019-09-13 00:32:44 +10:00 committed by Robin Ward
parent 1dcdcb5c31
commit d7cfb06fa4

View File

@ -1012,7 +1012,7 @@ email:
default: ""
mailgun_api_key:
default: ""
regex: '^(key-\h{32}|\h{32}-\h{8}-\h{8})$'
regex: '^((key-)?\h{32}|\h{32}-\h{8}-\h{8})$'
secret: true
bounce_score_threshold:
client: true