Add RFC auto-submitted header
(http://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml) (http://board.s9y.org/posting.php?mode=quote&f=3&p=93402)
This commit is contained in:
parent
4521ed1ba7
commit
7bfadb90b3
@ -528,6 +528,7 @@ function serendipity_sendMail($to, $subject, $message, $fromMail, $headers = NUL
|
||||
$maildata['headers'][] = 'MIME-Version: 1.0';
|
||||
$maildata['headers'][] = 'Precedence: bulk';
|
||||
$maildata['headers'][] = 'Content-Type: text/plain; charset=' . LANG_CHARSET;
|
||||
$maildata['headers'][] = 'Auto-Submitted: auto-generated';
|
||||
|
||||
if (LANG_CHARSET == 'UTF-8') {
|
||||
if (function_exists('imap_8bit')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user