Autor: Steve Campbell Data: Para: Karl Fischer CC: Exim Users Assunto: Re: [exim] eximstats - counting "=>" but not "->"
Karl,
The reason that only '=>' lines are counted as each one of these
represent a message sent down a transport and significant work done.
Each '->' line is an additional address at the same destination
which does not require a new message to be sent and is not a
significant amount of work.
Hence treating '=>' and '->' lines the same would not be accurate!
However, we could do a seperate count of addresses (recipients) in
addition to the message and volume counts and show these.