Wade Preston Shearer wrote: > >I moved my list(s) to a new server. I now have everything set up and >running correctly, except saving new messages in the archives. I moved >the old archives over and those are coming up fine. New messages are >not being saved in the archives however. > >I assume that there is just a setting somewhere that is not correct? or >a path that is wrong?
I guess the first thing to check is the list's admin->Archiving Options page and be sure Archive messages? is set to Yes. Then you could see if you have an mm_cfg.py settings that would inhibit archiving. The defaults in Defaults.py will allow pipermail archiving. The relevant settings that could stop pipermail archiving and their default settings are: ARCHIVE_TO_MBOX = 2 PUBLIC_EXTERNAL_ARCHIVER = No PRIVATE_EXTERNAL_ARCHIVER = No If all of this is OK, it's probably a permissions issue. Try bin/check_perms and also look in Mailman's 'error' log for relevant error messages. -- 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
