test_alias ()
{
if [ "$1" = 'sendmail/smtp' ]; then
- send -draft -alias "${MH_TEST_DIR}/Mail/aliases" -mts sendmail/smtp
+ run_prog send -draft -alias "${MH_TEST_DIR}/Mail/aliases" -mts sendmail/smtp
# fakesendmail drops the message and any cc's into this mbox.
mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox
inc -silent -file "$mbox"
- rm -f "$mbox" "$mbox.map"
+ rm -f "$mbox"
# It's hard to calculate the exact Date: header post is going to
# use, so we'll just use sed to remove the actual date so we can easily
elif [ "$1" = 'sendmail/pipe' ]; then
set +e
- send -draft -alias "${MH_TEST_DIR}/Mail/aliases" -mts sendmail/pipe \
- >"${testname}.actual" 2>&1
+ run_prog send -draft -alias "${MH_TEST_DIR}/Mail/aliases" \
+ -mts sendmail/pipe >"${testname}.actual" 2>&1
if [ $? -eq 0 ]; then
printf '%s: sendmail/pipe should have failed but didn'"'"'t\n' "$0"
else
From: Mr Nobody <nobody@example.com>
To: Blind List: ;
Subject: blind list test
+MIME-Version: 1.0
+Content-Type: text/plain; charset="us-ascii"
Date:
This is test of a blind list.
From: Mr Nobody <nobody@example.com>
To: Blind List: ;
Subject: blind list test
+MIME-Version: 1.0
+Content-Type: text/plain; charset="us-ascii"
Date:
This is test of a blind list.
From: Mr Nobody <nobody@example.com>
To: "named.list" <one@example.com>, "named.list" <two@example.com>
Subject: named list test
+MIME-Version: 1.0
+Content-Type: text/plain; charset="us-ascii"
Date:
This is test of a named list.