[26781] in Source-Commits
/svn/athena r25751 - trunk/debathena/config/nmh-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Sep 5 13:18:50 2012
Date: Wed, 5 Sep 2012 13:18:38 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201209051718.q85HIcHu011379@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-09-05 13:18:38 -0400 (Wed, 05 Sep 2012)
New Revision: 25751
Modified:
trunk/debathena/config/nmh-config/debian/changelog
trunk/debathena/config/nmh-config/debian/inc.debathena
Log:
In nmh-config:
* Inform NMH users that they're going to be sad after Dec 2013
Modified: trunk/debathena/config/nmh-config/debian/changelog
===================================================================
--- trunk/debathena/config/nmh-config/debian/changelog 2012-09-05 12:36:13 UTC (rev 25750)
+++ trunk/debathena/config/nmh-config/debian/changelog 2012-09-05 17:18:38 UTC (rev 25751)
@@ -1,3 +1,9 @@
+debathena-nmh-config (1.1.7) unstable; urgency=low
+
+ * Inform NMH users that they're going to be sad after Dec 2013
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 05 Sep 2012 13:17:16 -0400
+
debathena-nmh-config (1.1.6) unstable; urgency=low
* Bump debian/compat to 6
Modified: trunk/debathena/config/nmh-config/debian/inc.debathena
===================================================================
--- trunk/debathena/config/nmh-config/debian/inc.debathena 2012-09-05 12:36:13 UTC (rev 25750)
+++ trunk/debathena/config/nmh-config/debian/inc.debathena 2012-09-05 17:18:38 UTC (rev 25751)
@@ -2,4 +2,17 @@
if ! [ -e ~/.config/debathena/nmh-in-path ]; then
mkdir -p ~/.config/debathena >/dev/null 2>&1 && echo yes > ~/.config/debathena/nmh-in-path
fi
+
+if ! [ -e ~/.config/debathena/nmh-cyrus-warned ]; then
+ echo "Please note that MIT is planning to retire the Cyrus IMAP/POP" >&2
+ echo "servers by December 2013. Individual users will be contacted" >&2
+ echo "regarding migration to MIT's Exchange environment. The Exchange" >&2
+ echo "environment does not support POP connections." >&2
+ echo "If you have questions about this migration, please contact" >&2
+ echo "cyrus-imap-retirement@mit.edu." >&2
+ echo >&2
+ echo "(You will only receive this message once.)" >&2
+ mkdir -p ~/.config/debathena >/dev/null 2>&1 && touch ~/.config/debathena/nmh-cyrus-warned
+fi
+
exec -a inc /usr/bin/mh/inc.debathena-orig -host "${ATHENA_USER:-$USER}.mail.mit.edu" -sasl "$@"