In message <[EMAIL PROTECTED]>, you wrote:
>rblsmtpd does not recognise responses from mr-out.imrss.org. rblsmtpd
>expects a TXT response, mr-out returns CNAME.
That is correct. I suspect that the ORBS list does this also.
>Trivial patch against rblsmtpd-0.70-2.src.rpm.
>
>--- txt.c.orig Wed Aug 26 01:58:22 1998
>+++ txt.c Sun May 2 09:54:15 1999
>@@ -73,7 +73,7 @@
> pos += i;
>
> if (end - pos < 11) return -1;
>- if (getshort(pos) == T_TXT) {
>+ if (getshort(pos) == T_TXT || getshort(pos) == T_CNAME) {
> i = (unsigned long) pos[10];
> if (pos + 11 + i > end) return -1;
> if (!stralloc_copyb(sa,pos + 11,i)) return -1;
Thank you!
IMRSS Administrator
Re: IMRSS and rblsmtpd incompatibility, patch
IMRSS Data Base Administrator Sat, 1 May 1999 16:22:52 -0700
- IMRSS and rblsmtpd incompatibility, patch Keith Owens
- Re: IMRSS and rblsmtpd incompatibility,... IMRSS Data Base Administrator
- Re: IMRSS and rblsmtpd incompatibil... xs
- Re: IMRSS and rblsmtpd incompat... IMRSS Data Base Administrator
- Re: IMRSS and rblsmtpd inco... Keith Owens
