Home
last modified time | relevance | path

Searched refs:dsn_filter_create (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_filter.h21 extern DSN_FILTER *dsn_filter_create(const char *, const char *);
H A Ddsn_filter.c109 DSN_FILTER *dsn_filter_create(const char *title, const char *map_names) in dsn_filter_create() function
H A Dbounce.c550 delivery_status_filter = dsn_filter_create(title, maps); in bounce_client_init()