acs_mail_lite::bouncing_email_p (public, deprecated)

 acs_mail_lite::bouncing_email_p -email email

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

Deprecated. Invoking this procedure generates a warning.

Checks if email address is bouncing mail

Switches:
-email
(required)
Options:
-email
email address to be checked for bouncing
Returns:
boolean 1 if bouncing 0 if ok.
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 acs_mail_lite::bouncing_user_p acs_mail_lite::bouncing_user_p (private) ad_log_deprecated ad_log_deprecated (public) party::get_by_email party::get_by_email (public) acs_mail_lite::bouncing_email_p acs_mail_lite::bouncing_email_p acs_mail_lite::bouncing_email_p->acs_mail_lite::bouncing_user_p acs_mail_lite::bouncing_email_p->ad_log_deprecated acs_mail_lite::bouncing_email_p->party::get_by_email

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc acs_mail_lite::bouncing_email_p
        return [bouncing_user_p  -user_id [party::get_by_email -email $email]]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-mail-lite/tcl/legacy-inbound-procs.xql

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