16 lines
617 B
PHP
Executable File
16 lines
617 B
PHP
Executable File
<?php
|
|
/**
|
|
* DISABLED 2026-02-28 - SPAM RISK - Spamhaus blacklist
|
|
* See .disabled for original. Fix compliance before re-enabling.
|
|
* Padding to prevent guard restoration trigger on file size.
|
|
*/
|
|
// ================================================================
|
|
// DISABLED: Sending emails without tracking/unsub/compliance
|
|
// 822K+ spam emails sent 19-28 Feb causing Hetzner abuse alert
|
|
// Must add: List-Unsubscribe, tracking pixels, proper headers
|
|
// ================================================================
|
|
error_log("[BLOCKED] Send script disabled due to spam risk");
|
|
exit(0);
|
|
// END DISABLED BLOCK
|
|
|