Does anyone know where the script/routine is located that looks for scripts that send email, and sends the report? I would like to run this manually and have it hunt for all user installed scripts that can send email/spam. Thanks.
Does anyone know where the script/routine is located that looks for scripts that send email, and sends the report? I would like to run this manually and have it hunt for all user installed scripts that can send email/spam. Thanks.
This is called at the end of /scripts/upcp.
Taking a look at /scripts/upcp, I see the following:
/usr/local/cpanel/bin/scanfornewmail
This is probably what you want.