[exim] Two conditions for adding X-Spam-Flag

Página Inicial
Delete this message
Reply to this message
Autor: John Oxley
Data:  
Para: exim-users
Assunto: [exim] Two conditions for adding X-Spam-Flag
I have this in my config for my outgoing SMTP server

warn message = X-Spam-Flag: YES
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}

How do I add a condition that it should only do this if the mail is
going to +relay_to_domains.

John