| Hylafax Mailing List Archives |
I've been trying to get the destctrls file to handle the following:
^[+]{0,6}$ RejectNotice = "Number too short, Need 7 digits"
^[+]{8,}$ RejectNotice = "Number has too many digits"
or should it be:
^[+][0-9]{0,6}$ RejectNotice = "blahblahblah ....
Either way, none of it works.
I'm using pl1 ....
Thanks,
ken
![]() |
|