[Exim] filter header conditions

トップ ページ
このメッセージを削除
このメッセージに返信
著者: sys044
日付:  
To: exim-users
題目: [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@???)