[IMGate] Re: rr getting smart about PTR reverse domains

2005-02-08 Thread Andrew P. Kaplan
NeoBlu wrote:
 SweetAlready starting to work here:
 
 # egrep -i res.rr.com /var/log/maillog | wc -l
  727
 # zgrep -i res.rr.com /var/log/maillog.[0-9].gz | wc -l
 4155

I would double check your stats, as this figure counts email from/to 
res.rr.com


-- 
Andrew P. Kaplan
www.cshore.com


We must build dikes of courage to hold back the flood of fear.

Martin Luther King


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.6 - Release Date: 2/7/2005




[IMGate] Re: rr getting smart about PTR reverse domains

2005-02-08 Thread Len Conrad

  # egrep -i res.rr.com /var/log/maillog | wc -l
   727
  # zgrep -i res.rr.com /var/log/maillog.[0-9].gz | wc -l
  4155

I would double check your stats, as this figure counts email from/to
res.rr.com

also, smtpd dis/connect's

This would be more accurate:

egrep -ic reject:.*res.rr.com /var/log/maillog


Len