From 4f2e91723e95aaddd8c24384e9dd67a9e0a9e18f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 11 Nov 2010 21:22:40 +0100 Subject: [PATCH] Add Auto-Submitted: header. --- kronolith/scripts/agenda.php | 1 + 1 file changed, 1 insertion(+) 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) {} -- 2.11.0