thomas: server/kolab-webadmin/kolab-webadmin/www/admin index.php.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Thu Jan 25 11:33:44 CET 2007


Author: thomas

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin
In directory doto:/tmp/cvs-serv11471/kolab-webadmin/kolab-webadmin/www/admin

Modified Files:
	index.php.in 
Log Message:
Reverting martin's commit from 24 Jan 2007 17:47:30

Reasons:
- It is not clear that this is what we want (I think it isn't)
- It only fixes the trigger, not the problem.
- It will cause problems when upgrading.
- It may cause other interactions, nobody checked.
- Commit message doesn't say what is changed.


Index: index.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/index.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php.in	24 Jan 2007 17:47:30 -0000	1.3
+++ index.php.in	25 Jan 2007 10:33:42 -0000	1.4
@@ -43,7 +43,7 @@
 		!exists_group( 'postmaster@'.$domain ) ||
 		!exists_group( 'abuse@'.$domain ) ||
 		!exists_group( 'virusalert@'.$domain ) ||
-		!exists_group( 'mailer-daemon@'.$domain ) ) {
+		!exists_group( 'MAILER-DAEMON@'.$domain ) ) {
 	  // Ok, user did not set up system aliases
 	  $maincontent = 'systemaliasnagscreen.tpl';
 	}





More information about the commits mailing list