2011-09-28 Martin Gollowitzer <gollo@fsfe.org>

* adding two headers so no auto-replies should be received by web@

svn path=/trunk/; revision=21134
This commit is contained in:
gollo 2011-09-28 16:29:22 +00:00
parent 0e225d1fc6
commit 2aa4de0522

View File

@ -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";