From: Jan Schneider Date: Thu, 11 Nov 2010 20:22:40 +0000 (+0100) Subject: Add Auto-Submitted: header. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4f2e91723e95aaddd8c24384e9dd67a9e0a9e18f;p=horde.git Add Auto-Submitted: header. --- diff --git a/kronolith/scripts/agenda.php b/kronolith/scripts/agenda.php index 29fb64d2a..6db9f768b 100755 --- a/kronolith/scripts/agenda.php +++ b/kronolith/scripts/agenda.php @@ -156,6 +156,7 @@ function send_agendas() 'from' => $GLOBALS['conf']['reminder']['from_addr'], 'charset' => 'UTF-8')); $mime_mail->addHeader('User-Agent', 'Kronolith ' . $GLOBALS['registry']->getVersion()); + $mime_mail->addHeader('Auto-Submitted', 'auto-generated'); try { $mime_mail->addRecipients($email); } catch (Horde_Mime_Exception $e) {}