[exim-dev] [Bug 956] spamd fallback only for connect(). Lack…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: admin
Fecha:  
A: exim-dev
Temas antiguos: [exim-dev] [Bug 956] New: spamd fallback only for connect(). Lack of fallback for other types of errors.
Asunto: [exim-dev] [Bug 956] spamd fallback only for connect(). Lack of fallback for other types of errors.
https://bugs.exim.org/show_bug.cgi?id=956

Gedalya <gedalya@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1375|0                           |1
        is obsolete|                            |


--- Comment #6 from Gedalya <gedalya@???> ---
Created attachment 1377
--> https://bugs.exim.org/attachment.cgi?id=1377&action=edit
V3 spamd: add retry_failed option to try spamd server after failure

Changes:

Add a retry_failed option to spamd server specification

Doc:

The `retry_failed` option specifies that this server should be tried
after exim has successfully established a connection to another server,
but that server failed to properly respond.
This is disabled by default, due to the concern that a bad message could
cause a server to crash, and trying other servers could crash them as well.
Possible values are "true", "1", "false" or "0".

--
You are receiving this mail because:
You are on the CC list for the bug.