Robin Bowes wrote:
> Right. I'd like to end up with three files:
> 
> 1. normal log file
> 2. accepted messages, parseable format
> 3. rejected messages, parseable format

Your best bet is still to keep multilog in the mix, because, as you said, you
get automatic log rolling and purges.

> I'm not sure what you mean by isa_plugin() though. Can you elaborate?

See:

        $ perldoc README.plugins

It is an easy way to subclass an existing plugin.  In essence, you would only
override the existing hook_reject with your own version without having to
duplicate all of the existing code.

John

Reply via email to