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.

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: