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
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