[24231] in Source-Commits

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

/svn/athena r23832 - in trunk/debathena/debathena/dotfiles: . debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue May 26 15:17:49 2009

Date: Tue, 26 May 2009 15:17:37 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200905261917.n4QJHblt008256@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2009-05-26 15:17:36 -0400 (Tue, 26 May 2009)
New Revision: 23832

Modified:
   trunk/debathena/debathena/dotfiles/bash_login
   trunk/debathena/debathena/dotfiles/debian/changelog
   trunk/debathena/debathena/dotfiles/login
   trunk/debathena/debathena/dotfiles/quotawarn.sh
Log:
In dotfiles:
  * Also don't run 'mailquota' on EXCHANGE.MIT.EDU accounts for now
    (although as of mitmailutils >= 10.1.0-0debathena3, this is only
    a cosmetic problem).


Modified: trunk/debathena/debathena/dotfiles/bash_login
===================================================================
--- trunk/debathena/debathena/dotfiles/bash_login	2009-05-26 00:11:41 UTC (rev 23831)
+++ trunk/debathena/debathena/dotfiles/bash_login	2009-05-26 19:17:36 UTC (rev 23832)
@@ -66,8 +66,8 @@
 	fi
 	$ZEPHYR_CLIENT			# Start Zephyr client
 	get_message -new -login		# Display current motd
-	mailquota -n			# Check quota on post office server
 	if hesinfo "$USER" pobox | grep -qv EXCHANGE; then
+	  mailquota -n			# Check quota on post office server
 	  from.debathena -t -n		# Check for mail
 	fi
 fi

Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog	2009-05-26 00:11:41 UTC (rev 23831)
+++ trunk/debathena/debathena/dotfiles/debian/changelog	2009-05-26 19:17:36 UTC (rev 23832)
@@ -1,3 +1,11 @@
+debathena-dotfiles (10.0.13-0debathena1) unstable; urgency=low
+
+  * Also don't run 'mailquota' on EXCHANGE.MIT.EDU accounts for now
+    (although as of mitmailutils >= 10.1.0-0debathena3, this is only
+    a cosmetic problem).
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Tue, 26 May 2009 15:13:55 -0400
+
 debathena-dotfiles (10.0.12-0debathena1) unstable; urgency=low
 
   * New upstream version, since the previous change modified files outside

Modified: trunk/debathena/debathena/dotfiles/login
===================================================================
--- trunk/debathena/debathena/dotfiles/login	2009-05-26 00:11:41 UTC (rev 23831)
+++ trunk/debathena/debathena/dotfiles/login	2009-05-26 19:17:36 UTC (rev 23832)
@@ -56,8 +56,8 @@
 	set ignoreeof			# ^D won't log you out
 	$ZEPHYR_CLIENT			# Start Zephyr client
 	get_message -new -login		# Display current motd
-	mailquota -n			# Check quota on post office server
 	if ("`hesinfo $USER pobox`" !~ "*EXCHANGE*") then
+	  mailquota -n			# Check quota on post office server
 	  from.debathena -t -n		# Check for mail
 	endif
 endif

Modified: trunk/debathena/debathena/dotfiles/quotawarn.sh
===================================================================
--- trunk/debathena/debathena/dotfiles/quotawarn.sh	2009-05-26 00:11:41 UTC (rev 23831)
+++ trunk/debathena/debathena/dotfiles/quotawarn.sh	2009-05-26 19:17:36 UTC (rev 23832)
@@ -27,6 +27,11 @@
   athrun consult helpquota"
 fi
 
+# mitmailutils doesn't do Exchange yet
+if hesinfo "$USER" pobox | grep -q EXCHANGE; then
+  exit
+fi
+
 # Determine the user's mail usage and quota.
 qline=`mailquota | tail +2`
 usage=`echo "$qline" | awk '{print $2}'`


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