[26878] in Source-Commits
Re: /svn/athena r25809 - trunk/debathena/config/nmh-config/debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Feb 19 11:31:15 2013
Date: Tue, 19 Feb 2013 11:31:04 -0500 (EST)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201302191500.r1JF0PMk028927@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1302191131000.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Sure, ACK.
-Ben
On Tue, 19 Feb 2013, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2013-02-19 10:00:25 -0500 (Tue, 19 Feb 2013)
> New Revision: 25809
>
> Modified:
> trunk/debathena/config/nmh-config/debian/inc.debathena
> Log:
> Clean up the Cyrus retirement message and provide a link
>
>
> Modified: trunk/debathena/config/nmh-config/debian/inc.debathena
> ===================================================================
> --- trunk/debathena/config/nmh-config/debian/inc.debathena 2013-02-13 19:54:48 UTC (rev 25808)
> +++ trunk/debathena/config/nmh-config/debian/inc.debathena 2013-02-19 15:00:25 UTC (rev 25809)
> @@ -4,18 +4,19 @@
> fi
>
> if ! [ -e ~/.config/debathena/nmh-cyrus-warned ]; then
> - echo "If you are seeing this message, you are using POP to connect to" >&2
> - echo "MIT's legacy mail (\"Cyrus\") infrastructure." > &2
> - echo >&2
> - 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, and you will" >&2
> - echo "likely need to select a different e-mail client, such as Pine.">&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
> + cat <<EOF >&2
> +If you are seeing this message, you are using POP to connect to MIT's
> +legacy mail ("Cyrus") infrastructure.
> +
> +Please note that MIT is planning to retire the Cyrus IMAP/POP servers
> +in December 2013. You will be contacted individually prior to your
> +scheduled migration. After your migration, you will no longer be able
> +to use "inc" to check your e-mail, and will have to migrate to a
> +different e-mail client such as Pine.
> +
> +For more information, please see http://debathena.mit.edu/inc
> +(You will only receive this message once.)
> +EOF
> mkdir -p ~/.config/debathena >/dev/null 2>&1 && touch ~/.config/debathena/nmh-cyrus-warned
> fi
>
>
>