Raquel wrote: >When I was setting up my new server, I made an error in configuring >Sendmail. For a very short period of time I had inadvertently left >a hole where mail could be sent to "localhost.localdomain". During >that time I got 3 posts sent to "[EMAIL PROTECTED]". >:(((( > >Those posts are being held in /var/lib/mailman/data as: > heldmsg-mailman-1.pck > heldmsg-mailman-2.pck > heldmsg-mailman-3.pck >and I'm being sent a message every morning telling me there are 3 >files being held for my "consideration". >"http://localhost.localdomain/cgi-bin/mailman/admindb/mailman" is >not a valid URL to remove those files, so my question ... > >Can those *.pck files be deleted without causing a problem to >Mailman?
You should be able to go to the admindb interface for the 'mailman' list at whatever host you're currently using to access Mailman, and discard the held messages. If for some reason, you can't, you should discard the heldmsg-mailman-*.pck files using Mailman's bin/discard and not by simply removing them since just removing them will not remove the entries from lists/mailman/request.pck and you'll still get the notices. Also, if you run fix_url on the mailman list, you'll get the correct hostname in the url in the notice. See bin/fix_url.py and/or <http://www.python.org/cgi-bin/faqw-mm.py?query=fix_url&querytype=simple&casefold=yes&req=search>. -- 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
