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:
- Options:
- -email (required)
- 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):
- 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