www.a00.de > tcpgroup > 1992 > msg00262
 

TCP-group 1992


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2 small bug fixes for GRI2.0a



Hi all,
i found to small bugs in gerard's 2.0 .
The first was introduced when he incorporated my diffs into his code.
The mailbox doesn't set the user as a bbs when that flag is set in ftpusers.

The second has been around in several versions for quite some time.
It causes received BID's to be forwarded all garbled up to the next hop.
This bug was pointed out to me quite some time ago by a group in Australia,
and i finally found it :-)
This was caused by a missing trailing ".bbs" in the message-id field as written
by the mailbox mbx_data() routine. The forwarding code checks for this '.bbs'
field to figure out if the id is an original bid or just a message number

Anyway, here are the diffs

Johan.
----------------------

850c850
<               m->sid ^= IS_BBS;
---
>               m->sid = MBX_SID;
2283c2283
<               fprintf(m->tfile,"<%s@%s>\n", m->tomsgid, m->name);
---
>               fprintf(m->tfile,"<%s@%s.bbs>\n", m->tomsgid, m->name);

PS:
a snap shot of my v0.94 is up on ece.orst.edu for those interested





Document URL : http://www.a00.de/tcpgroup/1992/msg00262.php
Ralf D. Kloth, Ludwigsburg, DE (QRQ.software). < hostmaster at a00.de > [don't send spam]
Created 2004-11-12. Last modified 2004-11-12. Your visit 2024-04-26 03:24.58. Page created in 0.0168 sec.
 
[Go to the top of this page]   [... to the index page]