Changeset 2215
- Timestamp:
- 04/24/08 23:24:46 (2 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-mailman/trunk/patches/mailman-true-virtual-2.1.9.patch
r2208 r2215 116 116 --- mailman/bin/rmlist.orig 2007-12-20 00:33:30.000000000 -0500 117 117 +++ mailman/bin/rmlist 2007-12-20 00:33:37.000000000 -0500 118 @@ -92, 11 +92,6@@118 @@ -92,6 +92,11 @@ 119 119 usage(1) 120 120 listname = args[0].lower().strip() 121 121 122 -if '@' in listname:123 -# note that --urlhost and --emailhost have precedence124 -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 + 127 127 removeArchives = False 128 128 for opt, arg in opts:
