X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46f35e659f3bc3e808a70263bea0ec72624c8a08..61e8f5df2a0daf966a27004e7eb0f11a1e700c4c:/test/fakesendmail?ds=sidebyside diff --git a/test/fakesendmail b/test/fakesendmail index 37b6e309..81b97620 100755 --- a/test/fakesendmail +++ b/test/fakesendmail @@ -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