ze-filter  (ze-filter-0.8.0-develop-180218)
ze-dbrcpt.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 : Tue Jan 24 21:29:12 CET 2006
12  *
13  * This program is free software, but with restricted license :
14  *
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19  *
20  * More details about ze-filter license can be found at ze-filter
21  * web site : http://foss.jose-marcio.org
22  */
23 
24 
25 #ifndef __ZE_DBRCPT_H
26 
32 bool db_rcpt_open(bool);
33 bool db_rcpt_reopen();
34 bool db_rcpt_close();
35 bool db_rcpt_check(char *prefix, char *key, char *bufout,
36  size_t szbuf);
37 
38 bool db_rcpt_check_email(char *prefix, char *key, char *bufout,
39  size_t szbuf);
40 bool db_rcpt_check_domain(char *prefix, char *key, char *bufout,
41  size_t szbuf, uint32_t flags);
42 
45 # define __ZE_DBRCPT_H 1
46 #endif /* __ZE_DBRCPT_H */
47 
bool db_rcpt_close()
Definition: ze-dbrcpt.c:101
bool db_rcpt_check(char *prefix, char *key, char *bufout, size_t szbuf)
bool db_rcpt_check_domain(char *prefix, char *key, char *bufout, size_t szbuf, uint32_t flags)
Definition: ze-dbrcpt.c:298
bool db_rcpt_open(bool)
Definition: ze-dbrcpt.c:47
bool db_rcpt_check_email(char *prefix, char *key, char *bufout, size_t szbuf)
Definition: ze-dbrcpt.c:139
bool db_rcpt_reopen()
Definition: ze-dbrcpt.c:82
long uint32_t
Definition: ze-sys.h:489