Skip to main content

_mail_queue_maintain_domain

Last updated March 2020

Name

_mail_queue_maintain_domain — _mail_queue_maintain_domain is an internal function that is called if no mail_queue_maintain_domain hook is registered

Synopsis

#include "mail_queue.h"

| int **_mail_queue_maintain_domain** ( | dr, |   | |   | now, |   | |   | goalsz, |   | |   | reserve); |   |

domain_record * <var class="pdparam">dr</var>; struct timeval * <var class="pdparam">now</var>; int <var class="pdparam">goalsz</var>; int <var class="pdparam">reserve</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

_mail_queue_maintain_domain is an internal function that is called if no mail_queue_maintain_domain hook is registered.

This is provided as an export so you can create a hook that uses this default as a part of a larger, smarter implementation.

Was this page helpful?