Re: [Clamav-devel] [PATCH] do not split messages to stderr

2005-05-25 Thread Tomasz Kojm
On Tue, 24 May 2005 14:17:31 +0300 Denis Vlasenko <[EMAIL PROTECTED]> wrote: > This is important to fix for me because I post-process logs > (I build SQL statements for a database of past mail). > > Patch is attached, please apply. Fixed in CVS. Thanks, -- oo. Tomasz Kojm <

[Clamav-devel] [PATCH] do not split messages to stderr

2005-05-24 Thread Denis Vlasenko
Hi. I run clamav from smtp daemon. All output of daemon itself and all child processes is logged to a file. Thus, messages from several processes are mixed together. This is not a problem as long as each process emits each message line in one go (in other words, in single write syscall). clamav d