removing bl.spamcop.net for 8.0.1

This commit is contained in:
Georg Lauterbach 2021-01-31 16:05:05 +01:00
parent 70267d89e5
commit 931eab0541
No known key found for this signature in database
GPG key ID: 2FDC58699AF121C6
3 changed files with 9 additions and 5 deletions

View file

@ -34,7 +34,7 @@ function teardown_file() {
}
@test "checking postgrey: /etc/postfix/main.cf correctly edited" {
run docker exec mail_with_postgrey /bin/bash -c "grep 'bl.spamcop.net, check_policy_service inet:127.0.0.1:10023' /etc/postfix/main.cf | wc -l"
run docker exec mail_with_postgrey /bin/bash -c "grep 'zen.spamhaus.org, check_policy_service inet:127.0.0.1:10023' /etc/postfix/main.cf | wc -l"
assert_success
assert_output 1
}