From f0afccb9b9a7588fd5e6256c69d39aa3de81bcf3 Mon Sep 17 00:00:00 2001 From: Gene Hightower Date: Tue, 27 Feb 2024 19:41:36 -0800 Subject: [PATCH] use 2nd RCPT TO to test PRDR --- ouroboros.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ouroboros.sh b/ouroboros.sh index d314806..139753c 100755 --- a/ouroboros.sh +++ b/ouroboros.sh @@ -12,10 +12,14 @@ coproc \ MAILDIR=/tmp/Maildir \ GOOGLE_LOG_DIR=${log_dir} \ GLOG_minloglevel=0 \ - ./smtp + ./smtp -use_prdr=true ASAN_OPTIONS=detect_odr_violation=0 \ ./snd \ + -use_chunking=false \ + -log_data \ -service=smtp \ -pipe=true \ + -smtp_to='one@digilicious.com' \ + -smtp_to2='two@digilicious.com' \ <&${COPROC[0]} >&${COPROC[1]} -- 2.11.4.GIT