X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46f35e659f3bc3e808a70263bea0ec72624c8a08..843bc850b2b7732c8969b9ad25e922fb09eaf4b3:/test/fakesendmail 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