X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46f35e659f3bc3e808a70263bea0ec72624c8a08..b60e6973e9185bd4f8332d7a19d3fa59f0e618ad:/test/fakesendmail?ds=inline 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