[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: whoson logging





On Tue, 20 May 2003, Matti Aarnio wrote:

> On Tue, May 20, 2003 at 02:55:51PM +0300, Andrey Blochintsev wrote:
> > Hi!
> > "connection" message from smtpserver have't  whoson information:
> > May 16 00:03:40 pechkin smtpserver[37145]: connection from NO-IDENT-SERVICE[2]@h227.232.dialup.iptcom.net (whoson: )
> > Whoson and IDENT should be lookuped before logging if we want print ... ;)
>
>   Could you rediff this against current CVS version ?
>   This one has your  killcfilter()  patch in it, which has been
>   committed into the main CVS days ago...
>
>   ...  never mind, I could track it manually from the diff, too.

Both killcfilter(), and whoson related patches applied.

>   Do check if I got it right.   Oh yes, and Eugene should check it too.

I have found negatime message counts in mailq -QQQ

# > mailq -QQQ
# Kids: 149  Idle: 92  Msgs:  -8  Thrds: 188  Rcpnts:  717  Uptime: 221817 sec
# Msgs in 79435 out 78019 stored -8 (705) Rcpnts in 185473 out 184733 stored 740

As i understand: global_wrkcnt variable decreases two times for
each ETRN/turnme request. The first decrement caused by call of unctlfile():
          sfprintf(sfstderr,
                   "%s: SHOULD NOT HAPPEN: cfp->head == NULL; spoolid: %s\n",
                   progname, cfp->spoolid);
          unctlfile(cfp, 1);
          sfprintf(sfstderr,
                   "%s: SHOULD NOT HAPPEN: cfp->head == NULL; spoolid: %s\n",
                   progname, cfp->spoolid);
          unctlfile(cfp, 1);
from cfp_free0() and the second by "normal" cleanup.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi