Stan Hoeppner:
[ Charset ISO-8859-1 unsupported, converting... ]
> On 2/9/2013 11:14 AM, Wietse Venema wrote:
> > Stan Hoeppner:
> >> Feb  8 22:10:51 greer spamd[17319]: spamd: result: . 0 - BAYES_50 
> >> scantime=10.6,size=22153,user=nobody,uid=65534,required_score=4.2,rhost=localhost,raddr=127.0.0.1,rport=44140,mid=<5115cc02.2010...@hardwarefreak.com>,bayes=0.500000,autolearn=disabled
> >> Feb  8 22:14:26 greer postfix/pipe[20325]: A20A86C0A7: 
> >> to=<s...@hardwarefreak.com>, relay=spamassassin, delay=226, 
> >> delays=0.47/0.02/0/226, dsn=2.0.0, status=sent (delivered via spamassassin 
> >> service)
> > 
> > The pipe(8) daemon considers the transaction when:
> > 
> > 1) spamd terminates.
> > 
> > AND
> > 
> > 2) spamd's standard output and standard error are closed.
> > 
> > Normally, 1) implies 2).
> > 
> > In your case, perhaps spamd creates a child process that terminates
> > four minutes later (as a consequence, it inherits spamd's standard
> > output and standard error, and closes them four minutes later).
> 
> 
> spamd is a long running daemon process, both parent and child.  As of

Whatever command pipe(8) executes, it will have to

1) terminate
AND
2) close stdout and stderr.

If that command does not do both then pipe(8) will wait (up to a
configurable time limit after which it kills the process).

        Wietse
        Wietse

Reply via email to