Re: Error Type: Undefined
[email protected] (Barry A. Warsaw) Thu, 7 Mar 2002 10:55:02 -0500
| Newsgroups | gmane.comp.web.zope.zmailman |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "PS" == Paul Stevens <[email protected]> writes: PS> Please do. I'm currently working on figuring out a way to PS> reload mm_cfg without having to restart zope as appears to be PS> the case just now. Not even refreshing the product works. I PS> think modifications in the mailman config should be reflected PS> in the zmailman interface without delay. Just for point of reference, in MM2.1, changing values in mm_cfg requires a process restart in order to be picked up. For the classic cgi's it's a no-brainer -- they're one shot processes. For the new daemon qrunners, it requires that you run "mailmanctl restart" which essentially cleanly terminates the qrunner sub process, which mailmanctl notices and re-execs. -Barry