add custom rules exim

zomebodi

Verified User
Joined
Sep 3, 2023
Messages
63
Where should I add these types of "custom" rules in Exim?

warn
condition = ${if or{
{match{$h_X-Mailer:}{PHPMailer}}
{match{$h_X-Mailer:}{PHP}}
{match{$h_X-PHP-Originating-Script:}{}}
}{yes}{no}}
add_header = X-Spam-Flag: YES
 
Back
Top