From 23aa62693c4687edfa80f89d24e12cd94bc95751 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sat, 12 Oct 2002 17:39:01 -0800 Subject: [PATCH] [project @ 2002-10-12 18:39:01 by cjwatson] X-Loopify service's ack messages, so they don't get logged as real incoming messages in bugs. --- scripts/service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/service.in b/scripts/service.in index 66a2b5e0..ad784ae3 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: service.in,v 1.54 2002/10/06 22:54:48 cjwatson Exp $ +# $Id: service.in,v 1.55 2002/10/12 18:39:01 cjwatson Exp $ # ^ more or less ^ # # Usage: service .nn @@ -688,6 +688,7 @@ sub get_addresses { sub sendmailmessage { local ($message,@recips) = @_; + $message = "X-Loop: $gMaintainerEmail\n" . $message; print "mailing to >@recips<\n" if $debug; $c= open(D,"|-"); defined($c) || &quit("mailing forking for sendmail: $!"); -- 2.39.5