Re: [EXIM] Filter freezing *all* mail from AOL? :)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Dan Birchall
Cc: exim-users
Asunto: Re: [EXIM] Filter freezing *all* mail from AOL? :)
On Wed, 19 Nov 1997, Dan Birchall wrote:

> Here's my filtering code:
>
> if
> $header_from: contains "aol.com" and
> sender_host_name does not contain "aol.com"
> then freeze endif


There's a typo in that. Surely you really mean

  if
    $header_from: contains "aol.com" and
    $sender_host_name does not contain "aol.com"
    ^
    ^
    ^   
  then freeze endif


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***