Re: [exim] Blocking mails based on Subject

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Peter Bowyer
Data:  
Para: exim-users
Asunto: Re: [exim] Blocking mails based on Subject
On Fri, 10 Sep 2004 13:43:36 +0200, Graham Dodd <g.dodd@???> wrote:
> Hello exim-users,
>
> I'm trying to block a bouncing mail (story to follow later) based on the subject.
>
> I have the following:
>
> drop message = "SR Loop"
> condition = ${if eq {$header_subject}{AW: BELL DELIVERY DATES}{yes}{no}}
>
> But it doesn't work, can someone explain what I am doing wrong


Which ACL did you put this in? What does a test with exim -bh tell you?

Peter