[Exim] filter header conditions

Top Page
Delete this message
Reply to this message
Author: sys044
Date:  
To: exim-users
Subject: [Exim] filter header conditions
Is there a filter condition which does

if $header_X-RBL-Warning exists

to allow users to spam-can RBL aware messages.

I can use

if $header_X-RBL-Warning begins "(" then

knowing that the message starts with (host)

but a simple existence check would be nicer.

John Linn (j.linn@???)