What I mean by Checksum is a message bounce like this. he following message was not processed due to the following reasons: - The body of the message has a checksum matching those messages already processed.
-----Original Message----- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 11:27 AM To: Melinda Gilmore; [email protected] Subject: Re: [Mailman-Users] checksums Melinda Gilmore wrote: >I trying to find out if mailman uses the md5 checksum or this has to be >set up with the installation. Any help on this would be greatly >appreciated. I have not been able to find it so far. I'm not sure what you're asking, but old versions of Mailman used to use 'crypt' or 'md5' to encrypt list admin and moderator passwords and site and list creator passwords, but it currently uses 'sha'. It will still try 'crypt' and 'md5' on the supplied password if 'sha' doesn't match, and if it gets a 'crypt' or 'md5' match, it will migrate the encrypted password to 'sha'. In order to compute 'crypt', 'md5' and 'sha' checksums, it uses the builtin Python modules. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
