From: Michael M Slusarz Date: Thu, 26 Aug 2010 19:57:05 +0000 (-0600) Subject: Disable auto MDN send option from prefs screen by default X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=840f71925cf1f6de914c1c37e8f2ff73fc52670c;p=horde.git Disable auto MDN send option from prefs screen by default --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 41b4d74d6..b383878bd 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -851,7 +851,9 @@ $_prefs['disposition_send_mdn'] = array( 'enum' => array( 0 => _("Never send read receipt"), 1 => _("Always prompt"), - 2 => _("Prompt only if necessary; otherwise automatically send") +// This option is not given to the user by default - it makes it too easy for +// spam messages to determine valid e-mail addresses. +// 2 => _("Prompt only if necessary; otherwise automatically send") ), 'desc' => _("Prompt to send read receipt (a/k/a message disposition notification) when requested by the sender?"), 'help' => 'prefs-disposition_send_mdn' diff --git a/imp/locale/en/help.xml b/imp/locale/en/help.xml index b74a9c271..76af97642 100644 --- a/imp/locale/en/help.xml +++ b/imp/locale/en/help.xml @@ -772,7 +772,7 @@ Preferences: Send Read Receipt - "Send a MDN" sends a read receipt (also known as a Message Disposition Notification) when you view a message in which the user has requested that they receive notification that you have read the message. By default, you will be prompted to send the notification. Other options include never sending these receipts or sending these receipts automatically without prompt if possible. + "Send a MDN" sends a read receipt (also known as a Message Disposition Notification) when you view a message in which the user has requested that they receive notification that you have read the message. By default, you will be prompted to send the notification.