Re: [Exim] Re: global killfile

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tamas TEVESZ
日付:  
To: Skye Poier
CC: exim-users
題目: Re: [Exim] Re: global killfile
On Fri, 10 May 2002, Skye Poier wrote:

> if $header_subject: contains "THISisSPxM" or


just a small remark: if you use the keyword "contains", it will be
case insensitive (so you don't need to capitalize and stuff in the
strings). otoh, if you want ase-sensitive match, you'll need to use
"CONTAINS" instead (that is, same keyword all upcase),

i think the same goes for "matches" and "MATCHES" too, but check that
before taking this granted.

--
[-]