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

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Dan Birchall
CC: exim-users
Subject: 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/ ***