Re: [exim] ACL Confusion - why doesn't this work?

Top Page
Delete this message
Reply to this message
Author: Dave Lugo
Date:  
To: exim-users
Subject: Re: [exim] ACL Confusion - why doesn't this work?
On Mon, 24 Apr 2006, Marc Perkel wrote:
>
> Seems like this should work. Can't figure out why it doesn't
>
> warn    message = X-Blackhole: Yes
>     log_message = REJECTED - Subject in personal block list - $h_X-Recipient
>         condition = ${if
> exists{/etc/exim/control/domains/${domain:$h_X-Recipient:}/users/${local_part:$h_X-Recipient:}/subjectblock.txt}\
> {${lookup{$h_Subject:}wildlsearch{/etc/exim/control/domains/${domain:$h_X-Recipient:}/users/${local_part:$h_X-Recipient:}/subjectblock.txt}{yes}{no}}}\
>     {no}}

>
> The file subjectblock.txt has one line in it:
>
> test
>
> And the subject is "test" which should match. But I'm going brain dead
> trying to figure it out.
>
> Thanks in advance.
>



Are you doing it in the data acl? (you won't see the headers before
getting that far). And - since you have can multiple rcpts, and the
data acl normally runs once per message, you may not be getting the
stuff out of $h_X-Recipient that you think you are (I'd have to look
at spec.txt, dunno offhand)

-- 
--------------------------------------------------------
Dave Lugo   dlugo@???    LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.
--------------------------------------------------------
Are you the police?  . . . .  No ma'am, we're sysadmins.