Parent Directory
|
Revision Log
|
Patch
| revision 23 by nigel, Sat Feb 24 21:38:41 2007 UTC | revision 27 by nigel, Sat Feb 24 21:38:49 2007 UTC | |
|---|---|---|
| # | Line 1599 | Line 1599 |
| 1599 | /b\z/ | /b\z/ |
| 1600 | a\nb | a\nb |
| 1601 | *** Failers | *** Failers |
| 1602 | ||
| 1603 | /^(?>(?(1)\.|())[^\W_](?>[a-z0-9-]*[^\W_])?)+$/ | |
| 1604 | a | |
| 1605 | abc | |
| 1606 | a-b | |
| 1607 | 0-9 | |
| 1608 | a.b | |
| 1609 | 5.6.7 | |
| 1610 | the.quick.brown.fox | |
| 1611 | a100.b200.300c | |
| 1612 | 12-ab.1245 | |
| 1613 | ***Failers | |
| 1614 | \ | |
| 1615 | .a | |
| 1616 | -a | |
| 1617 | a- | |
| 1618 | a. | |
| 1619 | a_b | |
| 1620 | a.- | |
| 1621 | a.. | |
| 1622 | ab..bc | |
| 1623 | the.quick.brown.fox- | |
| 1624 | the.quick.brown.fox. | |
| 1625 | the.quick.brown.fox_ | |
| 1626 | the.quick.brown.fox+ | |
| 1627 | ||
| 1628 | / End of test input / | / End of test input / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |