[26792] in Source-Commits
Re: /svn/athena r25751 - trunk/debathena/config/nmh-config/debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sat Sep 8 14:23:35 2012
Date: Sat, 8 Sep 2012 14:23:26 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201209051718.q85HIcHu011379@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1209081423070.861@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Do we expect NMH users to know that they're using POP?
Otherwise, looks good...
-Ben
On Wed, 5 Sep 2012, Jonathan D Reed wrote:
> 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 "$@"
>
>