hi,
I have a problem. Mailgraph do not count rejects and received.
Mailgraph 1.14
Postfix 2.3
I tried to debug the mailgraph (v1.14) a little bit.
First I look for parsing, it works and forwards to "sub events",
but there are no counts.
Example log
1. debug 1231090994: client: unknown[67.207.186.81]
-> parsing works and calls "event($time, 'received')"
2. debug received=0
-> $sum(received) before code line "update($t) and $sum{$type}++;"
in sub event()
3. debug 1231090994: received=0
-> sum(received) after "my $t = shift;" in sub update()
4. debug received2=0
-> $sum(received) after code line "update($t) and $sum{$type}++;"
in sub event()
Any hints ?
regards
Herbert
--
Unsubscribe mailto:mailgraph-request@list.ee.ethz.ch?subject=unsubscribe
Help mailto:mailgraph-request@list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/mailgraph
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
|