Add Auto-Submitted: header.
authorJan Schneider <jan@horde.org>
Thu, 11 Nov 2010 20:22:40 +0000 (21:22 +0100)
committerJan Schneider <jan@horde.org>
Thu, 11 Nov 2010 20:23:59 +0000 (21:23 +0100)
kronolith/scripts/agenda.php

index 29fb64d..6db9f76 100755 (executable)
@@ -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) {}