Changeset 2193

Show
Ignore:
Timestamp:
04/24/08 19:43:28 (3 weeks ago)
Author:
anarcat
Message:

remove the VirtualMailman support from alternc-mailman, to see if
alternc-mailman works properly without it

anyways, to get VirtualMailman to work, a patch has to be applied,
which would eventually be done directly through the alternc-mailman
package.

see http://wiki.koumbit.net/VirtualMailman

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-mailman/trunk/bureau/class/m_mailman.php

    r1964 r2193  
    113113    $err->log("mailman","add_lst",$login."@".$domain." - ".$owner); 
    114114    /* the list' internal name */ 
    115     $name = $login . '-' . $domain; 
     115    // $name = $login . '-' . $domain; # works only with the 
     116    // VirtualMailman patch 
     117    $name = $login; 
    116118 
    117119    if ($login=="") {