smtp_error_for_id
Name
smtp_error_for_id — Fetch the details for a given SMTP classification id
Synopsis
#include "misc/smtp_error_classify.h"
| struct _smtp_error_class * **smtp_error_for_id** (
| smtp_error_type)
; | |
unsigned short <var class="pdparam">smtp_error_type</var>
;
Description
Fetch the details for a given SMTP classification id.
- smtp_error_type
-
The classification id returned from one of the classification routines.
This function returns the “_smtp_error_class” data structure.
You must not modify or attempt to free the returned data structure.
It is legal to call this function in any thread.