diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type 1970-01-01 10:00:00.000000000 +1000 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/db/accounts/defaults/ezmlm-web/type 2006-03-08 13:31:07.084307730 +1100 @@ -0,0 +1 @@ +url diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 1970-01-01 10:00:00.000000000 +1000 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85EzmlmWebAccess 2006-03-08 13:29:47.340065940 +1100 @@ -0,0 +1,8 @@ +Alias /ezmlm-web /home/httpd/html/ezmlm-web + + + Options +ExecCGI + order deny,allow + deny from all + allow from { "$localAccess $externalSSLAccess"; } + diff -Nur -x '*.orig' -x '*.rej' smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists --- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2006-03-08 13:34:36.883110153 +1100 +++ mezzanine_patched_smeserver-ezmlm-web-1.1.2/root/etc/e-smith/web/functions/mailinglists 2006-03-08 13:23:21.511629194 +1100 @@ -5,7 +5,7 @@ # description : Mailing lists # navigation : 3000 3600 # -# copyright (C) 2000 Gormand Pty Ltd +# copyright (C) 2000-2006 Gormand Pty Ltd # copyright (C) 2001,2006 Mitel Networks Corporation # # This program is free software; you can redistribute it and/or modify @@ -64,7 +64,7 @@ $CGI::POST_MAX=1024 * 100; # max 100K posts $CGI::DISABLE_UPLOADS = 1; # no uploads -use constant EZMLMWEB => '/common/ezmlm-web'; +use constant EZMLMWEB => '/ezmlm-web'; my $conf = esmith::ConfigDB->open; my $accounts = esmith::AccountsDB->open; @@ -184,7 +184,8 @@ esmith::cgi::genSmallCell ($q, $description), esmith::cgi::genSmallCell ($q, $q->a ( { href => EZMLMWEB . - "?state=select&action=[Edit]&list=$list" }, + "?state=select&action=[Edit]&list=" . + $list->key }, 'Modify...')), esmith::cgi::genSmallCell ($q,