[Exim] using condition in system filter

Etusivu
Poista viesti
Vastaa
Lähettäjä: Michael Bordignon
Päiväys:  
Vastaanottaja: 'exim-users@exim.org'
Aihe: [Exim] using condition in system filter
hello,

my system filter is currently as follows:

--
if
$h_X-Spam-Flag: contains "YES" then
save /spam
finish
endif
--

How would I insert a condition to pass the message through (even though it
has the X-Spam-Flag set to Yes) but only if it came from localhost?


cheers, Michael