Autor: John Oxley
Datum:
To: exim-users
Betreff: [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