Merge pull request #115 from dafyddj/fix/for-pre-commit

style: linting for `yamllint`
This commit is contained in:
Nicolas Rodriguez 2020-09-27 17:39:30 +02:00 committed by GitHub
commit 3f599c0bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,18 +166,18 @@ postfix:
check_client_access_maps:
- '/[%!@].*[%!@]/':
- 550 Sender-specified routing rejected
- 550 Sender-specified routing rejected
check_cidr_maps:
- '192.168.1.1':
- OK
- OK
- '192.168.0.0/16':
- REJECT
- REJECT
- '2001:db8::1':
- OK
- OK
- '2001:db8::/32':
- REJECT
- REJECT
check_pcre_maps:
- '/^(?!owner-)(.*)-outgoing@(.*)/':
- 550 Use ${1}@${2} instead
- 550 Use ${1}@${2} instead