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=<[email protected]>,bayes=0.500000,autolearn=disabled
> Feb 8 22:14:26 greer postfix/pipe[20325]: A20A86C0A7:
> to=<[email protected]>, 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).
Wietse