[exim] Problem with condition

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Kai Riasol
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] Problem with condition
Hi,

i have a problem with the following router.

all of our emails pass thrue the spamassassin which marks the emails
like "X-SA-Spambar: ++++++++".
I have build this router which apply to all emails for the domain1.de.
Also emails with one "+". But i want that the router only apply if the
"X-SA_Spambar:" has minum five or more of "+".

virtual_local_spam_mailbox:
driver = accept
domains = domain1.de
condition = ${if eq{$h_X-SA-Spambar:}{+++++}}
transport = local_mysqluser_spam

what do i wrong?

thx

kai