X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0f0af4e32a4d734209c16282b63f7cb1094e2699..248c3a452003bc95088d9a1c4dec988696be2d7d:/test/fakesendmail diff --git a/test/fakesendmail b/test/fakesendmail index 97f63b15..81b97620 100755 --- a/test/fakesendmail +++ b/test/fakesendmail @@ -15,7 +15,7 @@ if [ "$MH_TEST_DIR"x = x ]; then fi #### Puts message on stdin in a drop that the test knows about. -deliver="$MH_LIB_DIR/rcvpack $MH_TEST_DIR/Mail/fakesendmail.mbox" +deliver="$MH_LIBEXEC_DIR/rcvpack $MH_TEST_DIR/Mail/fakesendmail.mbox" found_dasht=0 for arg in "$@"; do @@ -43,7 +43,5 @@ if [ $found_dasht -eq 0 ]; then done else # sendmail/pipe - - #### This will delete any lines in the message body that start with Bcc:! - sed -e '/^[Bb][Cc][Cc]:/d' | $deliver + $deliver fi