diff --git a/include/functions.inc.php b/include/functions.inc.php index f8a890b3..c841c6d4 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -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')) {