scheduler_active_queue_reinsert
Name
scheduler_active_queue_reinsert — Reinsert a delivery construct's messages into the active queue, for re-processing
Synopsis
#include "mail_queue.h"
| void **scheduler_active_queue_reinsert** (
| dc, | |
| | domain)
; | |
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.
Reinsert a delivery construct's messages into the active queue, for re-processing.
This is necessary in a few instances (banner fail, TLS errors, etc). In general if you have an SMTP failure you should be going into the delayed queue, so don't use this unless you really know what you're doing.