On Jul 3, 2005, at 6:28 PM, Brad Knowles wrote: > The existing NNTP feature does not include any authentication > that I know of.
from Defaults.py: # Set these variables if you need to authenticate to your NNTP server for # Usenet posting or reading. If no authentication is necessary, specify None # for both variables. NNTP_USERNAME = None NNTP_PASSWORD = None Is this not what you are discussing? Dan ================================ Dan Phillips Associate Professor of Horn, University of Memphis site administrator: music.memphis.edu ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
