Re: Dspam (was: Re: [Exim] exiscan-acl-4.24-22 - SPF support…

Pàgina inicial
Delete this message
Reply to this message
Autor: Tor Slettnes
Data:  
A: Avleen Vig
CC: exim-users
Assumpte: Re: Dspam (was: Re: [Exim] exiscan-acl-4.24-22 - SPF support)
Doh!
Just a correction to my last post.

On May 26, 2004, at 04:18, Tor Slettnes wrote:
>    deny
>      require_files = /path/to/dspam
>      condition     = ${if eq {${run {/path/to/dspam ...}{$value}} \
>                              {spam-string}\
>                           {true}{false}}


"require_files" is not valid in an ACL - it's a router precondition.
Sorry.

Remove that line, and the rest should be OK.

-tor