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

Re: Small (2 character) bug in smtp.c



> In the file transports/smtp/smtp.c, near the end of the definition
> of the getmxrr routine, there's a line that should read:
> 
> 	  int l = ranny(len-1);
> instead of
> 	  int l = ranny(len);

	Indeed!  How did you notice this ?
	It had escaped me entirely...

	Andy (and others):
		This explains the problem you (and I) see at random
		MX data rejections.

> That's all.
> 
> Thanks,
>   Eric Riehl

	My sincerest thanks!

/Matti Aarnio <mea@nic.funet.fi>