From 2aa4de052261b1f35c00b64d9edf4a48e4ca47d2 Mon Sep 17 00:00:00 2001 From: gollo Date: Wed, 28 Sep 2011 16:29:22 +0000 Subject: [PATCH] 2011-09-28 Martin Gollowitzer * adding two headers so no auto-replies should be received by web@ svn path=/trunk/; revision=21134 --- cgi-bin/event-registration.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cgi-bin/event-registration.pl b/cgi-bin/event-registration.pl index 6a52c86f1e..77af7e8327 100755 --- a/cgi-bin/event-registration.pl +++ b/cgi-bin/event-registration.pl @@ -86,6 +86,9 @@ print MAIL "To: $to1\n"; print MAIL "Cc: ".$email."\n"; print MAIL "Subject: $subject\n"; print MAIL "Mime-Version: 1.0\n"; +print MAIL "Auto-submitted: auto-generated\n"; +print MAIL "Precedence: bulk\n"; + print MAIL "Content-Type: multipart/mixed; boundary=$boundary\n"; print MAIL "Content-Transfer-Encoding: 8bit\n\n\n";