Postfix/virtual Pb

gross, cedric C.Gross at HAYWARD.FR
Mon Feb 4 11:47:00 CET 2002



> De : Joost van Baal [mailto:joostvb at logreport.org]
> Envoye : samedi 2 fevrier 2002 12:40
> On Sat, Feb 02, 2002 at 12:16:53AM +0100, Joost van Baal wrote:
> > On Fri, Feb 01, 2002 at 10:21:50AM +0100, gross, cedric wrote:
> > >  
> > >  I found a problem with postfix and virtual transport.
> > 
> > I've taken a quick look at the problem; changing
> > 
> >  /^(local|smtp|lmtp)$/
> > 
> > to
> > 
> >  /^(local|smtp|lmtp|virtual)$/
> > 
> > in postfix2dlf deals with _part_ of the problem.  (I've 
> committed this
> > change to cvs.)  I was able to generate a report from your log, but
> > there are still some other problems with the size fields.  
> I will look
> > at these the next days.
> 
> I did take a look, the bug is fixed now.  Next to above change, change
> 
>     $msgs{$qid}{'size'} = $size;
> 
> to
>  
>     if (!$msgs{$qid}{'size'} or $msgs{$qid}{'size'} eq '-') {
>         $msgs{$qid}{'size'} = $size;
>     }
> 
> in postfix2dlf.  This will make sure no 'Argument "-" isn't numeric'
> error messages will show up.
> 
> I just commited this change to cvs.  If you still encounter 
> problems, do
> not hesitate to contact us!

Thanks for that, but just a stupid question :

I don't reach to understand how to retreive your change.

I check in sourceforge, but I don't reach to see your change.

what I must do ? Do I must run the cvs commands shown on the web site ?

> 
> Bye,
> 
> Joost
> 
> 

-- 
To UNSUBSCRIBE, email to development-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
development-request at logreport.org



More information about the Development mailing list