Changeset 2227 for alternc-mailman/trunk/src
- Timestamp:
- 04/25/08 00:47:39 (7 months ago)
- Files:
-
- alternc-mailman/trunk/src/mailman.delete (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-mailman/trunk/src/mailman.delete
r2226 r2227 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 }
