[26877] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25809 - trunk/debathena/config/nmh-config/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue Feb 19 10:43:35 2013

In-Reply-To: <201302191500.r1JF0PMk028927@drugstore.mit.edu>
Mime-Version: 1.0 (1.0)
Content-Type: text/plain;
	charset=us-ascii
Message-Id: <8391F53B-451D-4A11-A8FD-9D85A356DE42@mit.edu>
Cc: "source-commits@mit.edu" <source-commits@MIT.EDU>
From: Geoffrey Thomas <geofft@MIT.EDU>
Date: Tue, 19 Feb 2013 07:41:49 -0800
To: Jonathan D Reed <jdreed@MIT.EDU>
Content-Transfer-Encoding: 8bit

+1

-- 
Geoffrey Thomas (via mobile)

On Feb 19, 2013, at 7:00, Jonathan D Reed <jdreed@MIT.EDU> 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
> 
> 


home help back first fref pref prev next nref lref last post