Changeset 2226
- Timestamp:
- 04/25/08 00:42:51 (2 weeks ago)
- Files:
-
- alternc-mailman/trunk/src/mailman.delete (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-mailman/trunk/src/mailman.delete
r1731 r2226 24 24 $( = $); 25 25 26 if (!($listname =~ /^([a-z0-9 ]+)\@[a-z0-9\.-]+$/)) {26 if (!($listname =~ /^([a-z0-9\._-]+)\@[a-z0-9\.-]+$/)) { 27 27 die "List name is incorrect."; 28 28 } … … 30 30 31 31 exec($M_PATH." -a ".escapeshellarg($listname)); 32 33 0;
