Keith Woodworth wrote: <snip> > > I am using: > > /^UEsDBAoAAAAAA/ REJECT Bagel Body > /^UEsDBAoAAQAAA/ REJECT E-Bagel Body > > E-Bagel is for Encrypted which has netted today: > > grep -i "E\-Bagel" /var/log/maillog | wc -l > 78 > > And regular: > > grep "Bagel Body" /var/log/maillog | wc -l > 272
That would include the E-Bagel Body rejects also. Try "REJECT Bagel Body" instead. -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
