mailman listfino issue problem

I you go to: https://avenue.org:10000/virtualmin-mailman/unauthenticated/listinfo.cgi you get a list of mailing lists created on our virtualmin server, including ones created specifically for domains other than avenue.org. Clicking on one of those lists (cvga-cig for example) tries to go to: http://cvga.avenue.org/virtualmin-mailman/unauthenticated/listinfo.cgi/c... and generates this 404 error:

Not Found
The requested URL /virtualmin-mailman/unauthenticated/listinfo.cgi/cvga-cig was not found on this server.
Apache/2.2.3 (CentOS) Server at cvga.avenue.org Port 80

If you go to https://cvga.avenue.org:10000/virtualmin-mailman/unauthenticated/listinf... you get what we expected to see, just the list(s) created in that domain.

What can I do to: 1) hide the lists that were not created in avenue.org (the ones created in the clientname.avenue.org domains)? or 2) make the links work in the avenue.org listinfo page?

The apache directive for avenue.org is below

RedirectMatch /cgi-bin/mailman/([^/]*)(.*) "https://avenue.org:10000/virtualmin-mailman/unauthenticated/$1.cgi$2"
RedirectMatch /mailman/([^/]*)(.*) "https://avenue.org:10000/virtualmin-mailman/unauthenticated/$1.cgi$2"
Status: 
Closed (fixed)

Comments

This is really a Virtualmin bug - it shouldn't let you access lists via a domain that doesn't have the mailman feature enabled like that. I will fix this in the 5.6 release of the Mailman plugin, due out soon ..

Automatically closed -- issue fixed for 2 weeks with no activity.