| 
     Hylafax Mailing List Archives
 | 
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] typing 0 to exit for yhe line with class1
On Wed, 19 Sep 2001 12:17:00 +0100, you wrote:
>
>^[+]${Country}          = ${LDPrefix}           ! long distance call
>^[+]                    = ${IDPrefix}           ! international call
>^[0-9][0-9][0-9][0-9][0-9]+$ = 0,& <-----------HERE---------
>]
I use this
(^.*) = 0,\1   
[ that maybe could be re-written as  ^.*$ = 0,& ]
in place of 
^[0-9][0-9][0-9][0-9][0-9]+$ = 0,&
What happens if you fax to
0123456,,123
Will
^[0-9][0-9][0-9][0-9][0-9]+$ 
catch it (since there is the ,,)?
-- 
giulioo@pobox.com
____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null