Running: qmail 1.03, qmailanalog 0.70
I'd like to find all senders for a recipient:
First I did:
cat /var/adm/maillog | awk '{$1="";$2="";$3="";$4="";$5="";print}' |
matchup >maillog1 5>maillog1.blah
Then:
cat maillog1|xrecipient [EMAIL PROTECTED]|zsenders
The result was:
---------------
Senders
One line per sender. Information on each line:
* mess is the number of messages sent by this sender.
* bytes is the number of bytes sent by this sender.
* sbytes is the number of bytes successfully received from this sender.
* rbytes is the number of bytes from this sender, weighted by recipient.
* recips is the number of recipients (success plus failure).
* tries is the number of delivery attempts (success, failure, deferral).
* xdelay is the total xdelay incurred by this sender.
mess bytes sbytes rbytes recips tries xdelay sender
---------------
Any ideas? May be I am wrong somwhere ...?
--
Georgi Kupenov
[EMAIL PROTECTED]