HylaFAX The world's most advanced open source fax server |
Thanks for your advice.
I have this in the file
911 RejectNotice = "Calls to emergency services are not allowed"
But the number 28911589 is rejected as well. Strange..... Pls Advice.
-----Original Message-----
From: Matt [mailto:math@xxxxxxxxxxxxx]
Sent: Monday, August 09, 2004 10:40 AM
To: hylafax
Subject: Re: [hylafax-users] destination control
> I have the following statement in the said file:
> .*911$ RejectNotice = "Calls to emergency number is not allowed"
The $ sign is the end of line delimiter.
Try:
911 RejectNotice = "Calls to emergency services are not allowed"
Don't use (.*), as that will match any number with 911 anywhere in
the number.
Matt
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*