In install file we can read that: sieve_<extension>_exec_timeout = 10s set timeout for executing program. But regardless of setting this value (say sieve_pipe_exec_timeout=86000) I got: --8<---------------cut here---------------start------------->8--- 2012-12-10 20:55:33 LDA(kjonca): Debug: sieve: action pipe: running program: maildrop.sh 2012-12-10 20:55:43 LDA(kjonca): Debug: program `/home/kjonca/sieve/bin/maildrop.sh' execution timed out: sending TERM signal --8<---------------cut here---------------end--------------->8--- What am I doing wrong? KJ -- http://modnebzdury.wordpress.com/2009/10/01/niewiarygodny-list-prof-majewskiej-wprowadzenie/ When does summertime come to Minnesota, you ask? Well, last year, I think it was a Tuesday.
On 12/10/2012 9:18 PM, Kamil Jo?ca wrote:> In install file we can read that: > sieve_<extension>_exec_timeout = 10s > set timeout for executing program. > > > But regardless of setting this value (say sieve_pipe_exec_timeout=86000) > I got: > > --8<---------------cut here---------------start------------->8--- > 2012-12-10 20:55:33 LDA(kjonca): Debug: sieve: action pipe: running program: maildrop.sh > 2012-12-10 20:55:43 LDA(kjonca): Debug: program `/home/kjonca/sieve/bin/maildrop.sh' execution timed out: sending TERM signal > --8<---------------cut here---------------end--------------->8--- > > What am I doing wrong?Nothing really. This is a bug. This should fix it: http://hg.rename-it.nl/pigeonhole-0.3-sieve-extprograms/ Regards, Stephan.