770ad3df528f3d6590370e95d4b0663554816bee hiram Wed Aug 21 09:53:14 2024 -0700 do not send email twice when debugging refs #32596 diff --git src/hg/gar/asr.cgi.pl src/hg/gar/asr.cgi.pl index b2ff256..b17558c 100755 --- src/hg/gar/asr.cgi.pl +++ src/hg/gar/asr.cgi.pl @@ -99,34 +99,35 @@ email: '%s' asmId: '%s' betterName: '%s' comment: '%s' date: '%s' ", $sendTo, $incoming{"email"}, $legitimateFrom, $Cc, $incoming{"asmId"}, $incoming{"name"}, $incoming{"email"}, $incoming{"asmId"}, $incoming{"betterName"}, $incoming{"comment"}, ${DS}; close (FH); my $cleanEmail = $incoming{"email"}; $cleanEmail =~ s/@/ at /; $cleanEmail =~ s/\./ dot /g; # and then send the email to the google group with the cleanEmail in text +if ( $genArkRequestGroup ne $myAddr ) { # debugging do not send mail twice open (FH, "|/usr/sbin/sendmail -f \"${bounceAddr}\" -t -oi"); printf FH "To: %s Reply-to: %s Return-path: %s Subject: asr request: %s name: '%s' email: '%s' asmId: '%s' betterName: '%s' comment: '%s' date: '%s' ", $genArkRequestGroup, $legitimateFrom, $legitimateFrom, $incoming{"asmId"}, $incoming{"name"}, $cleanEmail, $incoming{"asmId"}, $incoming{"betterName"}, $incoming{"comment"}, ${DS}; close (FH); +} -printf "

at end of asr

\n"; print "\n";