Re: [Lurker-users] A new problem...
Brought to you by:
terpstra
From: Wesley W. T. <we...@te...> - 2010-12-17 01:11:29
|
On Fri, Dec 17, 2010 at 12:33 AM, Robert Woodworth <ro...@a1...> wrote: > Every 10 minutes fetchmail brings the mail over from the mail appliance, > And procmail sorts it into folders based on the "To:" field. > lurker-index is called for each of these folders and things pretty much > work. A perhaps better solution is to feed the mail directly to lurker-index from your procmail rule. /usr/share/doc/lurker/README.procmail describes this setup. :0 w * ^X-Mailing-List: <exa...@li...>.* | lurker-index -l example-list -m > Heres the new problem: > ====== > Internal Server Error This is an error from apache, not lurker. I suppose if the lurker.cgi exitted with non-zero status, it might cause this, but that would show up in the error.log. > Its only 1 list that does this. (177mb & growing) Is there a folder size limit on this ? Lurker has no file size limits. > Rebooting the machine clears everything up. > Ive found that service httpd restart works just as well and is less > disruptive. Sounds like maybe your computer has bad RAM or a buggy apache. Usually the error.log should give you more information. |