https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6748
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kevin A. McGrail <[email protected]> 2012-01-06 20:36:14 UTC --- So this is the old "option is set to 0" so what we really want is if ($option eq '') $option = <sane default). According to the docs, this is the expected result and your patch appears to fix both options --timeout-tcp=number This option specifies the number of seconds to wait for headers from a client (spamc) before closing the connecĀ tion. The minimum value is 1, the default value is 30, and a value of 0 will disable socket timeouts completely. --timeout-child=number This option specifies the number of seconds to wait for a spamd child to process or check a message. The minimum value is 1, the default value is 300, and a value of 0 will disable child timeouts completely. I'm +1 on it though I haven't tested it yet. Are you using this in a production environment? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
