[24220] in Source-Commits

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

/svn/athena r23821 - in trunk/athena/bin/mitmailutils: . debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed May 20 00:23:36 2009

Date: Wed, 20 May 2009 00:23:08 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200905200423.n4K4N8LH015132@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2009-05-20 00:23:08 -0400 (Wed, 20 May 2009)
New Revision: 23821

Modified:
   trunk/athena/bin/mitmailutils/debian/changelog
   trunk/athena/bin/mitmailutils/from.pl
Log:
In mitmailutils:
  * Don't run 'from' on EXCHANGE.MIT.EDU accounts for now. This is
    apparently causing prefrosh' dotfiles to hang forever on login.


Modified: trunk/athena/bin/mitmailutils/debian/changelog
===================================================================
--- trunk/athena/bin/mitmailutils/debian/changelog	2009-05-19 22:11:11 UTC (rev 23820)
+++ trunk/athena/bin/mitmailutils/debian/changelog	2009-05-20 04:23:08 UTC (rev 23821)
@@ -1,3 +1,10 @@
+debathena-mitmailutils (10.1.0-0debathena3) unstable; urgency=low
+
+  * Don't run 'from' on EXCHANGE.MIT.EDU accounts for now. This is
+    apparently causing prefrosh' dotfiles to hang forever on login.
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Wed, 20 May 2009 00:20:01 -0400
+
 debathena-mitmailutils (10.1.0-0debathena2) unstable; urgency=low
 
   * Switch to unversioned conflicts/replaces against the old mitmailfoo

Modified: trunk/athena/bin/mitmailutils/from.pl
===================================================================
--- trunk/athena/bin/mitmailutils/from.pl	2009-05-19 22:11:11 UTC (rev 23820)
+++ trunk/athena/bin/mitmailutils/from.pl	2009-05-20 04:23:08 UTC (rev 23821)
@@ -63,6 +63,7 @@
 my $debug = $opts{'d'};
 my $host = $opts{'h'} || (split(" ", `hesinfo $username pobox`))[1] ||
     errorout "Cannot find Post Office server for $username";
+exit 0 if $host eq "EXCHANGE.MIT.EDU";
 my $mbox = $opts{'m'} || "INBOX";
 my $quiet = $opts{'n'};
 my $checknew = $opts{'N'} && ($search_key = "new");


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