On Mon, Aug 14, 2006 at 10:42:54PM +0100, Jeremy Harris said:
> Robert Fargher wrote:
> > 2006-08-14 14:11:57 H=53541e05.cable.casema.nl (-1209460120) [83.84.30.5]
> > F=<bbdb@???> rejected RCPT <aakinin@???>:
> > Unrouteable address
> >
> > There are so many of these rejections logged that it is almost impossible to
> > use the log files in real time.
>
> tail -f logfile | egrep -v "Unrouteable address"
Just to be nitpicky, why egrep? That's not a regular expression.
For a reasonably busy server, I'd prefer to lower the overhead on every
possible operation as much as possible, and that's a really easy place
to cut some out.
--
--------------------------------------------------------------------------
| Stephen Gran | No transfers issued until the bus comes |
| steve@??? | to a complete stop. |
| http://www.lobefin.net/~steve | |
--------------------------------------------------------------------------