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

Re: [leafnode-list] crossposting to ..thing.wotsit and ..thing



robert <robert@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:

> I read rec.music.classical, this evening I dipped into
> rec.music.classical.recordings and saw a thread cross posted between the
> two groups which I hadn't seen at all in r.m.c
>
> Further investigation appears to reveal that this happens if the newsgroup
> order is
> r.m.c.r, r.m.c but not if you invert the order and use r.m.c first
>
> An example article is b6fai2$mh6$1$8302bc10@xxxxxxxxxxxxxxxx where my xref
> line reads
>
> Xref: jailhouse.chezmarshall.freeserve.co.uk rec.music.classical.recordings:9485
> I'm using 2.0.0.alpha20030128a, I've looked at the change log for
> alpha20030318 but I can't see any mention of this issue

Please try this patch and let me know if it works:

Index: store.c
===================================================================
RCS file: /var/CVS/leafnode-2/store.c,v
retrieving revision 1.42
diff -u -r1.42 store.c
--- store.c	28 Jan 2003 00:21:05 -0000	1.42
+++ store.c	2 Apr 2003 22:59:51 -0000
@@ -338,7 +338,8 @@
 	*q = '\0';
 	/* name now contains the trimmed newsgroup */
 	if ((q = strstr(mastr_str(xref), name))
-	    && isspace((unsigned char)*(q - 1)))
+	    && isspace((unsigned char)*(q - 1))
+	    && q[strlen(name)] == ':')
 	    continue;		/* skip if duplicate */
 	if (create_all_links 
             || is_interesting(name) 


-- 
Matthias Andree
leafnode-1 download: http://sourceforge.net/projects/leafnode/
leafnode-1 docs/new: http://mandree.home.pages.de/leafnode/
leafnode-2 homepage: http://mandree.home.pages.de/leafnode/beta/

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list