Hi guys,

I'm new to mailman, but I can see that it does't support real virtual
domains, because it stores all lists as lists/listname - instead of
lists/[EMAIL PROTECTED]

I was thinking that support for this could easily be added by
manipulating this variable:

LIST_DATA_DIR   = os.path.join(VAR_PREFIX, 'lists')

it could be done, so each virtualdomain would have their own
lists-folder - and every occurence of VAR_PREFIX in the code, would then
just be replaced with VAR_PREFIX . VAR_VIRT (or some variable name,
indicating the virtualdomainname requested) - and the lists folder would
be lists-virtualdomainname for everything except for the main address,
where VAR_VIRT would ofcourse be empty.

I've never coded python before, but It looks as this would be easily
doable, but then again, I'm new to mailman and there I was hoping to get
your feedback on this idea, before I start implementing it.

-- 
Regards,
Klavs Klavsen, GSEC - [EMAIL PROTECTED] - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62
See my new CMS Hosting Service at http://www.VirkPaaNettet.dk

Working with Unix is like wrestling a worthy opponent. 
Working with windows is like attacking a small whining child 
who is carrying a .38.                          


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to