Parent Directory
|
Revision Log
|
Patch
| revision 511 by ph10, Sat Mar 27 17:45:29 2010 UTC | revision 512 by ph10, Tue Mar 30 11:11:52 2010 UTC | |
|---|---|---|
| # | Line 94 for (;;) | Line 94 for (;;) |
| 94 | # Remove /J from a pattern with duplicate names. | # Remove /J from a pattern with duplicate names. |
| 95 | ||
| 96 | $pattern =~ s/J(?=[a-zA-Z]*$)//; | $pattern =~ s/J(?=[a-zA-Z]*$)//; |
| 97 | ||
| 98 | # Remove /K from a pattern (asks pcretest to check MARK data) */ | # Remove /K from a pattern (asks pcretest to check MARK data) */ |
| 99 | ||
| 100 | $pattern =~ s/K(?=[a-zA-Z]*$)//; | $pattern =~ s/K(?=[a-zA-Z]*$)//; |
| 101 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |