HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
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*