Check-in Number:
|
937 | |
Date: |
2001-Sep-11 15:38:07 (local)
2001-Sep-11 13:38:07 (UTC) |
User: | thl |
Branch: | |
Comment: |
we do no longer care about checking groups |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/nntp.c 1.24 -> 1.25
--- nntp.c 2001/09/10 14:11:33 1.24
+++ nntp.c 2001/09/11 13:38:07 1.25
@@ -371,15 +371,6 @@
}
return NNTP_ERR_DELIVERY;
-
-#if 0
- /* check if this server accepts at least one of the newsgroups
- > GROUP
- < 211 yes, group exists
- < 411 no, group doesn't exist
- */
-
-#endif
}
nntp_rc_t nntp_feed(nntp_t *nntp, msg_t *msg)
|
|