Postfix3.3.1
int_filt.h
[詳解]
1 #ifndef _INT_FILT_INCLUDED_
2 #define _INT_FILT_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* int_filt 3h
7 /* SUMMARY
8 /* internal mail classification
9 /* SYNOPSIS
10 /* #include <int_filt.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15  * External interface.
16  */
17 #define INT_FILT_MASK_NONE (0)
18 #define INT_FILT_MASK_NOTIFY (1<<1)
19 #define INT_FILT_MASK_BOUNCE (1<<2)
20 
21 extern int int_filt_flags(int);
22 
23 /* LICENSE
24 /* .ad
25 /* .fi
26 /* The Secure Mailer license must be distributed with this software.
27 /* AUTHOR(S)
28 /* Wietse Venema
29 /* IBM T.J. Watson Research
30 /* P.O. Box 704
31 /* Yorktown Heights, NY 10598, USA
32 /*--*/
33 
34 #endif
int int_filt_flags(int)
Definition: int_filt.c:56