Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mail_error.h
blob009aba7b0aca3c9a5dcbfe74e5d0bc884e0d22f1
1 /* $NetBSD$ */
3 #ifndef _MAIL_ERROR_H_INCLUDED_
4 #define _MAIL_ERROR_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_error 3h
9 /* SUMMARY
10 /* mail error classes
11 /* SYNOPSIS
12 /* #include <mail_error.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <name_mask.h>
22 * External interface.
24 #define MAIL_ERROR_POLICY (1<<0)
25 #define MAIL_ERROR_PROTOCOL (1<<1)
26 #define MAIL_ERROR_BOUNCE (1<<2)
27 #define MAIL_ERROR_SOFTWARE (1<<3)
28 #define MAIL_ERROR_RESOURCE (1<<4)
29 #define MAIL_ERROR_2BOUNCE (1<<5)
30 #define MAIL_ERROR_DELAY (1<<6)
32 extern const NAME_MASK mail_error_masks[];
34 /* LICENSE
35 /* .ad
36 /* .fi
37 /* The Secure Mailer license must be distributed with this software.
38 /* AUTHOR(S)
39 /* Wietse Venema
40 /* IBM T.J. Watson Research
41 /* P.O. Box 704
42 /* Yorktown Heights, NY 10598, USA
43 /*--*/
45 #endif