Show
Ignore:
Timestamp:
04/24/08 23:24:46 (7 months ago)
Author:
anarcat
Message:

reverse rmlist patch direction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-mailman/trunk/patches/mailman-true-virtual-2.1.9.patch

    r2208 r2215  
    116116--- mailman/bin/rmlist.orig 2007-12-20 00:33:30.000000000 -0500 
    117117+++ mailman/bin/rmlist      2007-12-20 00:33:37.000000000 -0500 
    118 @@ -92,11 +92,6 @@ 
     118@@ -92,6 +92,11 @@ 
    119119         usage(1) 
    120120     listname = args[0].lower().strip() 
    121121  
    122 -    if '@' in listname: 
    123 -        # note that --urlhost and --emailhost have precedence 
    124 -        firstname, domain = listname.split('@', 1) 
    125 -      listname = '%s-%s' % ( firstname, domain ) 
    126 
     122+    if '@' in listname: 
     123+        # note that --urlhost and --emailhost have precedence 
     124+        firstname, domain = listname.split('@', 1) 
     125+        listname = '%s-%s' % ( firstname, domain ) 
     126
    127127     removeArchives = False 
    128128     for opt, arg in opts: