projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5da170
)
Add Auto-Submitted: header.
author
Jan Schneider
<jan@horde.org>
Thu, 11 Nov 2010 20:22:40 +0000
(21:22 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 11 Nov 2010 20:23:59 +0000
(21:23 +0100)
kronolith/scripts/agenda.php
patch
|
blob
|
history
diff --git
a/kronolith/scripts/agenda.php
b/kronolith/scripts/agenda.php
index
29fb64d
..
6db9f76
100755
(executable)
--- 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) {}