[Noffle-devel] [ noffle-Bugs-578253 ] auto-subscribe broken
Brought to you by:
bears
From: <no...@so...> - 2002-07-08 10:21:57
|
Bugs item #578253, was opened at 2002-07-07 02:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101044&aid=578253&group_id=1044 Category: None Group: None Status: Open Priority: 5 Submitted By: Mike Williams (mdub) >Assigned to: Jim Hague (bears) Summary: auto-subscribe broken Initial Comment: Since upgrading to Noffle 1.1.2 (from CVS), auto-subscribe appears to be broken. The following NNTP session-logs demonstrate the difference in behaviour between v-1.0.1 and 1.1.2. "alt.foo.bar" is an unsubscribed group: $ nc 0 nntp 200 NNTP server NOFFLE 1.1.2 GROUP alt.foo.bar 211 0 0 0 alt.foo.bar selected quit 205 Goodbye $ nc 0 nntp 200 NNTP server NOFFLE 1.0.1 GROUP alt.foo.bar 211 4 1525 1528 alt.foo.bar selected quit 205 Goodbye ---------------------------------------------------------------------- >Comment By: Jim Hague (bears) Date: 2002-07-08 11:21 Message: Logged In: YES user_id=184 I can't reproduce this here. jim@hagrid:~$ telnet localhost nntp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 200 NNTP server NOFFLE 1.1.2 group alt.foo.bar 211 1 1565 1565 alt.foo.bar selected quit 205 Goodbye What does noffle -g | grep alt.foo.bar report? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101044&aid=578253&group_id=1044 |