On Thu, Apr 27, 2000 at 12:35:21PM +0200, Steffan Hoeke wrote:
> Hi,
> 
> I've (finally) started using qmailanalog, but when i try to pass a
> specific maillog through matchup i get the following error :
> 
> matchup: fatal: unable to write to fd 5: file descriptor not open

Did you read the man page for matchup?

       matchup  exits after it sees end of file.  It prints pend-
       ing messages and deliveries on descriptor 5, in  a  format
       suitable for input to a future invocation of matchup:

          <log.1 matchup >out.1 5>pending.2
          cat pending.2 log.2 | matchup >out.2 5>pending.3
          cat pending.3 log.3 | matchup >out.3 5>pending.4

It's only an error if there are messages pending. You'll probably want to
change your script to reflect this or you won't have accurate reports.

/pg
-- 
Peter Green
Gospel Communications Network, SysAdmin
[EMAIL PROTECTED]

Reply via email to