Иногда в панели Direct Admin делая рассылку скриптом пользователь получает ошибку Subject: Warning: 100 non-existant E-Mails have
just been sent by a script under ............. Some script below the path .................................. has just finished sending 100 non-existant emails within a 1h period, and any script in this path is now blocked. There could be a spammer, the script could be compromised, or just sending more emails than usual To unblock this path, go to:
User Level -> E-Mail Accounts -> E-Mail
Usage
or manually remove the path from the file:
/var/spool/exim/blocked_script_paths
DirectAdmin has determined that the following
PHP script has sent 261 E-Mails:
................................................. but the path doesn't match, so we're not sure
if this is the offending script.
This warning was triggered by the BlockCracking
monitoring tool in exim.
В данном случае это не означает что у вас 100 неверных адресов. Может быть и всего 10 адресов не верных, но если
система получает 10 возвратов/ошибок в момент работы
одного скрипта: то считает это рассылкой спама и
блокирует скрипт.
В данном случае лучше разбить рассылку на части и
запускать через крон. |