home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_q.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  1.6 KB  |  60 lines

  1. /* tb_q.h: definitions used for I/O QUEUE/ADDR Control Files */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_q.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_q.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_Q
  16. #define _H_TB_Q
  17.  
  18.  
  19. /* MessageEnvelopeParameters */
  20. #define Q_MSGTYPE                   1
  21. #define Q_MSGSIZE                   2
  22. #define Q_QUEUETIME                 3
  23. #define Q_DEPARTIME                 4
  24. #define Q_DEFERREDTIME              5
  25. #define Q_INCHANNEL                 6
  26. #define Q_INHOST                    7
  27. #define Q_NWARNS                    8
  28. #define Q_WARNINTERVAL              9
  29. #define Q_RETINTERVAL               10
  30. #define Q_CONTENT_TYPE              11
  31. #define Q_ENCODED_INFO              12
  32. #define Q_PRIORITY                  13
  33. #define Q_UA_ID                     14
  34. #define Q_MSGID                     16
  35. #define Q_TRACE                     17
  36. #define Q_DISCLOSE_RECIPS        18
  37. #define Q_IMPICIT_CONVERSION        19
  38. #define Q_ALTERNATE_RECIP_ALLOWED    20
  39. #define Q_CONTENT_RETURN_REQUEST      21
  40. #define Q_LATESTTIME            22
  41. #define    Q_RECIP_REASSIGN_PROHIBITED    23
  42. #define    Q_DL_EXP_PROHIBITIED        24
  43. #define Q_PP_CONT_CORR            25
  44. #define Q_GEN_CONT_CORR            26
  45. #define Q_END                       27
  46. #define    Q_IMPLICIT_CONVERSION        28
  47. #define    Q_CONV_WITH_LOSS        29
  48. #define    Q_ORIG_RETURN_ADDRESS        30
  49. #define    Q_FORWARDING_REQUEST        31
  50. #define    Q_ORIGINATOR_CERT        32
  51. #define    Q_ALGORITHM_ID            33
  52. #define    Q_MESSAGE_ORIGIN_AUTH_CHECK    34
  53. #define    Q_SECURITY_LABEL        35
  54. #define    Q_PROOF_OF_SUB            36
  55. #define    Q_MESSAGE_EXTENSIONS        37
  56. #define    Q_DL_EXP_HISTORY        38
  57. #define    Q_DL_EXP_HIST_CRIT        39
  58. #define Q_ORIG_ENCODED_INFO        40
  59. #endif
  60.