xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/mail_open_ok.h (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1 /*	$NetBSD: mail_open_ok.h,v 1.1.1.1 2009/06/23 10:08:46 tron Exp $	*/
2 
3 #ifndef _MAIL_OPEN_OK_H_INCLUDED_
4 #define _MAIL_OPEN_OK_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	mail_open_ok 3h
9 /* SUMMARY
10 /*	scrutinize mail queue file
11 /* SYNOPSIS
12 /*	#include <mail_open_ok.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /* External interface. */
17 
18 extern int mail_open_ok(const char *, const char *, struct stat *,
19 			        const char **);
20 
21 #define MAIL_OPEN_YES	1
22 #define MAIL_OPEN_NO	2
23 
24 /* LICENSE
25 /* .ad
26 /* .fi
27 /*	The Secure Mailer license must be distributed with this software.
28 /* AUTHOR(S)
29 /*	Wietse Venema
30 /*	IBM T.J. Watson Research
31 /*	P.O. Box 704
32 /*	Yorktown Heights, NY 10598, USA
33 /*--*/
34 
35 #endif
36