Fix comments

This commit is contained in:
Kirill Kirilenko 2024-03-06 18:55:46 +03:00
parent 47f87f9274
commit 830e470a29
No known key found for this signature in database
GPG Key ID: 6E8661A8C3D4AB94
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# To enable it you must save it in your config directory as "user-patches.sh"
##
echo "[user-patches.sh] Adjusting 'Junk' mailbox name to verify special-use flag delivers to modified mailbox folder name"
echo "[user-patches.sh] Adjusting 'Junk' mailbox name to verify delivery to Junk mailbox based on special-use flag instead of mailbox's name"
sed -i -e 's/mailbox Junk/mailbox Spam/' /etc/dovecot/conf.d/15-mailboxes.conf

View File

@ -63,7 +63,7 @@ function teardown() { _default_teardown ; }
--env PERMIT_DOCKER=container
)
# Adjust 'Junk' mailbox name to verify special-use flag delivers to modified mailbox folder name
# Adjust 'Junk' mailbox name to verify delivery to Junk mailbox based on special-use flag instead of mailbox's name
mv "${TEST_TMP_CONFIG}/junk-mailbox/user-patches.sh" "${TEST_TMP_CONFIG}/"
_common_container_setup 'CUSTOM_SETUP_ARGUMENTS'