tsitest.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: tsitest.1m,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1994-1996 Sam Leffler
  6. ." Copyright (c) 1994-1996 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .TH TSITEST ${MANNUM1_8} "March 3, 1995"
  31. .SH NAME
  32. tsitest - *(Fx
  33. .SM TSI
  34. access control list checking program
  35. .SH SYNOPSIS
  36. .B ${SBIN}/tsitest
  37. [
  38. .B -q
  39. ]
  40. .I ACLfile
  41. .SH DESCRIPTION
  42. .I tsitest
  43. is an interactive program for the testing of the
  44. .SM TSI
  45. access control list (c
  46. .SM ACLc
  47. ) used by the 
  48. .IR faxgetty (${MANNUM1_8})
  49. server processes to screen incoming facsimile.
  50. The 
  51. .I ACLfile
  52. specified on the command line is expected to contain 
  53. .SM TSI
  54. control expressions as described in
  55. .IR tsi (${MANNUM4_5}).
  56. Strings typed at the prompt are then checked against the list
  57. and
  58. .I tsitest
  59. prints out whether or not the string is an acceptable
  60. .SM TSI.
  61. .PP
  62. Note that
  63. .I tsitest
  64. reads the control list file only when it is initially started up.
  65. This means that
  66. .I tsitest
  67. must be restarted for it to recognize changes to
  68. .IR ACLfile .
  69. .SH OPTIONS
  70. .TP
  71. .B -q
  72. Operate fIquietlyfP;
  73. .I tsitest
  74. will print only whether an input string is accepted or rejected.
  75. .SH "SEE ALSO"
  76. .IR faxgetty (${MANNUM1_8}),
  77. .IR hylafax-server (${MANNUM4_5}),
  78. .IR hylafax-config (${MANNUM4_5}),
  79. .IR tsi (${MANNUM4_5})