Changeset 110
- Timestamp:
- 06/01/07 14:31:07 (2 years ago)
- Files:
-
- mailblogger/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mailblogger/lib.php
r108 r110 227 227 $continue = false; 228 228 // TODO - this regexp might want tuning if impure addresses are expected 229 if (preg_match('/ ^(.+)([0-9]{4})$/', $overview->subject, $matches)) {229 if (preg_match('/([0-9a-zA-Z]+)([0-9]{4})$/', $overview->subject, $matches)) { 230 230 $username = $matches[1]; 231 231 $userpin = $matches[2];
