Re: [Exim] spam acl condition: cannot parse spamd output

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [Exim] spam acl condition: cannot parse spamd output
On Sat, Oct 11, 2003 at 05:33:31PM +0200, Andreas Metzler wrote:
> foo                        | scan as user foo
> foo:true                   | scan as user foo, return success
> foo:(string != true)       | scan as user foo, return success[1]


correction:
foo:(string != true)       | scan as user foo.


[...]
> [1] Should return an error but afaict currently exiscan just ignores
> any second argument != true. Minimizes breakage.


... to match the footnote.