> How difficult would it be to have either a daily or on demand report that's > essentially the opposite of the block report?
On Linux or Windows using Gnu grep: grep "\] \[" maillog.txt |grep -i [email protected] |grep MessageOK For blocked, one small change: grep "\] \[" maillog.txt |grep -i [email protected] |grep -v MessageOK ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
