]> diplodocus.org Git - nmh/blobdiff - test/fakesendmail
Added check for passing null argument to printf(3) %s directive.
[nmh] / test / fakesendmail
index 37b6e309edb918c4799ce34d133792542a0bf05f..81b976203ab7651b0f655fd21ce4607cc26c072a 100755 (executable)
@@ -43,7 +43,5 @@ if [ $found_dasht -eq 0 ]; then
   done
 else
   # sendmail/pipe
   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
 fi