Opened 12 years ago
Closed 12 years ago
#558 closed defect (fixed)
Wildcard support broken in wblist.php
Reported by: | rjl@… | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | PHP scripts | Version: | 1.0.2 |
Severity: | normal | Keywords: | wblist wildcards |
Cc: |
Description
In the 1.0.2b security fix the regular expression that tests for valid email addresses in wblist.php was tightened a bit too much, breaking the wildcard (*, ?) functionality that was introduced in 1.0.2. Consequently addresses like *@example.com are being incorrectly rejected.
Change History (1)
comment:1 Changed 12 years ago by rjl@…
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [1513]. Changeset [1514] simply bumps the rest of the version strings to 1.0.2c.