[26793] in Source-Commits
Re: /svn/athena r25751 - trunk/debathena/config/nmh-config/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Sat Sep 8 15:08:01 2012
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.GSO.1.10.1209081423070.861@multics.mit.edu>
Date: Sat, 8 Sep 2012 15:07:52 -0400
Cc: source-commits@MIT.EDU
Message-Id: <2500EB74-64AE-425D-9DCF-56F01BD6FDE5@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
Fair enough, especially after the feedback of the communication. I'll tweak the wording.
-Jon
On Sep 8, 2012, at 2:23 PM, Benjamin Kaduk wrote:
> 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 "$@"
>>
>>