acs_mail_lite::bouncing_user_p (private)

 acs_mail_lite::bouncing_user_p -user_id user_id

Defined in packages/acs-mail-lite/tcl/email-inbound-procs.tcl

Checks if email address of user is bouncing mail

Switches:
-user_id
(required)
Options:
-user_id
user to be checked for bouncing
Returns:
boolean 1 if bouncing 0 if ok.

Partial Call Graph (max 5 caller/called nodes):
%3 acs_mail_lite::bounce_ministry acs_mail_lite::bounce_ministry (private) acs_mail_lite::bouncing_user_p acs_mail_lite::bouncing_user_p acs_mail_lite::bounce_ministry->acs_mail_lite::bouncing_user_p acs_mail_lite::bouncing_email_p acs_mail_lite::bouncing_email_p (public, deprecated) acs_mail_lite::bouncing_email_p->acs_mail_lite::bouncing_user_p acs_mail_lite::record_bounce acs_mail_lite::record_bounce (public, deprecated) acs_mail_lite::record_bounce->acs_mail_lite::bouncing_user_p acs_user::get_element acs_user::get_element (public) acs_mail_lite::bouncing_user_p->acs_user::get_element

Testcases:
No testcase defined.
Source code:
    return [acs_user::get_element  -user_id $user_id  -element email_bouncing_p]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-mail-lite/tcl/email-inbound-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: