]> diplodocus.org Git - nmh/blobdiff - test/format/test-mymbox
Filtered out "From " lines when comparing mboxes because their
[nmh] / test / format / test-mymbox
index 786d94354adac0c0ac79ca98033f57d59b88fb2a..2cc1bb6d09caecc03394343039fe060e5f2a4033 100755 (executable)
@@ -41,4 +41,11 @@ run_test "echo `${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${myname}"`" \
 output=`${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${user}@${host}"`
 run_test "echo $output" 0 "Local-mailbox overriding user@host test"
 
+# Add an Alternate-Mailbox.  This caused ismymbox() to lose the
+# Local-Mailbox, Bug #36635: -nocc me doesn't account for
+# Alternate-Mailboxes.
+printf "Alternate-Mailboxes: user@example.com\n" >> $MH
+run_test "echo `${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${myname}"`" \
+         1 "Local-Mailbox with Alternate-Mailbox test"
+
 exit $failed