ze-filter  (ze-filter-0.8.0-develop-180218)
zeAccess.h
Go to the documentation of this file.
1 /*
2  *
3  * ze-filter - Mail Server Filter for sendmail
4  *
5  * Copyright (c) 2001-2018 - Jose-Marcio Martins da Cruz
6  *
7  * Auteur : Jose Marcio Martins da Cruz
8  * jose.marcio.mc@gmail.org
9  *
10  * Historique :
11  * Creation : Thu Jun 19 18:43:08 CEST 2014
12  *
13  * This program is free software - GPL v2.,
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  */
20 
21 #ifndef __ZE_ACCESS_H
22 
28 #define ACCESS_OK 0
29 #define ACCESS_TMPFAIL 1
30 #define ACCESS_REJECT 2
31 
32 int AccessLookup(char *addr, char *from, char *to);
33 
36 # define __ZE_ACCESS_H 1
37 #endif /* __ZE_ACCESS_H */
int AccessLookup(char *addr, char *from, char *to)
Definition: zeAccess.c:48