Doug Monroe wrote:


Payal Rathod wrote:


Great. mailstats.cvs is great indeed. Anyone knows a good parser for it?


yes...perl ;)

Here's another example using the bash shell. This example will sort by sender:

cat /var/spool/qmailscan/mailstats.csv | cut -f 1,5,6,7 -d $'\t' | sort -k 2 -t $'\t' | less -S



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to