Displaying 1 result from an estimated 1 matches for "deliver_mail_func_t".
2017 Mar 28
2
Studying dovecot source code (searching for mail_deliver_hook_set)
...ion (it seems to be pointer to a function)
4. according to src/lib-lda/mail-deliver.h, deliver_mail is set with the mail_deliver_hook_set function. Here's what the comment says
/* Sets the deliver_mail hook and returns the previous hook,
which the new_hook should call if it's non-NULL. */
deliver_mail_func_t *mail_deliver_hook_set(deliver_mail_func_t *new_hook);
The problem at this point is that I can't find where is this function called. A grep on the sources only reveals two results :
-*- mode: grep; default-directory: "~/DOWNLOADS/APPS/dovecot-2.2.13/src/" -*-
Grep started at Tu...