J.A. Terranson wrote: > > I just finished (well, I guess *almost finished*) a mailman build >(2.1.12), and all seems well - except for a cron output which is being >seen as a mailman moderation request.
Because the cron is run by 'mailman' so the output is mailed to 'mailman' which is delivered to the list. If you want it to go elsewhere, put [email protected] or whatever address you want at the beginning of Mailman's crontab. >The crucial message at the end of >the traceback is: > >IOError: [Errno 13] Permission denied: >'/usr/home/mailman/lists/spam-l/config.pck' > >which makes no sense, as the list is in use with subscribers, and seems >fine except for this. Is the 'mailman' user in the 'mailman' group? Are permissions on /usr/home/mailman/lists/spam-l drwxrwsr-x and group mailman? Are permissions on /usr/home/mailman/lists/spam-l/config.pck -rw-rw---- and group mailman? Did you run bin/check_perms? -- 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://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
