Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / int_filt.h
blobebba6a35640307fccf38903dde53b52e722c3ecf
1 /* $NetBSD$ */
3 #ifndef _INT_FILT_INCLUDED_
4 #define _INT_FILT_INCLUDED_
6 /*++
7 /* NAME
8 /* int_filt 3h
9 /* SUMMARY
10 /* internal mail classification
11 /* SYNOPSIS
12 /* #include <int_filt.h>
13 /* DESCRIPTION
14 /* .nf
17 * External interface.
19 #define INT_FILT_MASK_NONE (0)
20 #define INT_FILT_MASK_NOTIFY (1<<1)
21 #define INT_FILT_MASK_BOUNCE (1<<2)
23 extern int int_filt_flags(int);
25 /* LICENSE
26 /* .ad
27 /* .fi
28 /* The Secure Mailer license must be distributed with this software.
29 /* AUTHOR(S)
30 /* Wietse Venema
31 /* IBM T.J. Watson Research
32 /* P.O. Box 704
33 /* Yorktown Heights, NY 10598, USA
34 /*--*/
36 #endif