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:
parent
0e225d1fc6
commit
2aa4de0522
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user