Physicman wrote:
> Ok, here is a very ugly hack that probably breaks a lot of things, but
> strangely enough it seems to work for me.
>
> It just adds a configuration option (boolean)
> local_scan_accept_on_timeout which defaults to false.
>
> I don't know if this is of some use for you, but just in case here is
> the diff ;)
<cut>
> +uschar *spamd_address = US"127.0.0.1 783";
> +uschar *spam_bar = NULL;
> +uschar *spam_report = NULL;
> +uschar *spam_score = NULL;
> +uschar *spam_score_int = NULL;
<cut>
Did you try to sneak in the exiscan-patch into Phil's code or didn't you
check the diff before posting?
/Richard