Re: [Exim] Re: global killfile

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Tamas TEVESZ
Data:  
Para: Skye Poier
CC: exim-users
Assunto: 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.

--
[-]