Re: [exim] eximstats - counting "=>" but not "->"

Pàgina inicial
Delete this message
Reply to this message
Autor: Steve Campbell
Data:  
A: Karl Fischer
CC: Exim Users
Assumpte: 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.

I'll put it on to the todo list.

Steve