Changeset 2207


Ignore:
Timestamp:
04/24/08 21:03:29 (5 years ago)
Author:
anarcat
Message:

revert commit [2206]: this actually breaks mailout with
non-VirtualMailman installations

See #1105
See #1106

File:
1 edited

Legend:

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

    r2206 r2207  
    113113    $err->log("mailman","add_lst",$login."@".$domain." - ".$owner); 
    114114    /* the list' internal name */ 
    115     $login = strtolower($login); 
    116     $name = $login . '-' . $domain; 
     115    // $name = $login . '-' . $domain; # works only with the 
     116    // VirtualMailman patch 
     117    $name = $login = strtolower($login); 
    117118 
    118119    if ($login=="") { 
Note: See TracChangeset for help on using the changeset viewer.