[yaala] problem with nonunique log records
qMax
yaala@verplant.org
Wed, 10 Nov 2004 19:58:03 +0600
Im working on sendmail log.
(before parsing by yaala, i preparse it make each record be in single line)
When message is adressed to multiple recipients, it appears in log
several times - for each recipient.
Well, i did "uniq" flag to mark each message only once -
just for first appeared record.
This is fine when calculating total count/amount, or daily/hourly
traffic.
But what to do if i want to count total for each recipient ?
"uniq" marks only first recipient, and other will be skiped.
Any ideas ?
--
qMax