John Peacock wrote:
I'm in the midst of rolling out the following:
logging/adaptive accept LOGERROR reject LOGDEBUG prefix !
and I'm going to use multilog's filtering to store the good mail
(without a !) in seperate log files from the bad mail (guess).
John,
I've finally got round to looking at this (!).
In the pod for the logging/adaptive plugin, you suggest changing the log
run file to (something like):
#! /bin/sh
export LOGDIR=./main
mkdir -p $LOGDIR/failed
exec multilog t n10 \
'-*` *' $LOGDIR/detailed \
'-*' '+*` *' $LOGDIR/accepted
This seems not quite right.
Why are you creating $LOGDIR/failed ?
Why are you not creating $LOGDIR/detailed and $LOGDIR/accepted ?
R.
--
http://robinbowes.com
If a man speaks in a forest,
and his wife's not there,
is he still wrong?