From 1628d65fe631d1064a5ddf5d672e4d6e95b1355e Mon Sep 17 00:00:00 2001 From: Noah Overcash Date: Sun, 2 Jun 2024 16:12:47 -0400 Subject: [PATCH] add comment --- test/tests/parallel/set2/auth/spoofing.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/parallel/set2/auth/spoofing.bats b/test/tests/parallel/set2/auth/spoofing.bats index c673045e..954d5aaa 100644 --- a/test/tests/parallel/set2/auth/spoofing.bats +++ b/test/tests/parallel/set2/auth/spoofing.bats @@ -83,6 +83,8 @@ function teardown_file() { _default_teardown ; } } @test "send-only alias does not affect incoming mail" { + # user1 is allowed to send as user3, however, mail to user3 should still be delivered to user3. + # Verifies that /etc/postfix/regexp-send-only does not affect incoming mail. _send_email \ --port 587 -tls --auth PLAIN \ --auth-user user1@localhost.localdomain \