Re: [Exim] ACL to Reject no subject

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: Bradford Carpenter
CC: exim-users
Subject: Re: [Exim] ACL to Reject no subject
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Which section do I put that in? It doesn't seem to be working.

Bradford Carpenter wrote:

>On Sun, 11 Jul 2004 10:34:11 -0700, Marc Perkel wrote:
>
>
>
>>How would I write an ACL to reject messages with the subject missing?
>>
>>
>
>Won't something like this work for an empty subject line?
>
>deny    condition = ${if eq{$h_subject:}{}{yes}{no}}

>
>Or this for a missing subject header?
>
>deny    condition = ${if def:h_subject: {no}{yes}}

>
>Or am I missing something?
>
>Best regards,
>Brad Carpenter
>
>--
>
>## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>
>
>

--