Re: [Lurker-users] All lists come out identical
Brought to you by:
terpstra
From: Wesley W. T. <we...@te...> - 2010-12-01 20:54:12
|
On Wed, Dec 1, 2010 at 9:32 PM, Robert Woodworth <ro...@a1...> wrote: > Im not sure how lurker is parsing the mail messages and cant find anything > in the configs to control this. The -l option controls where the mail is indexed. > About every 15 minutes, after the fetchmail runs, I run: > lurker-index -l commits -i /var/mail/lurker > lurker-index -l software -i /var/mail/lurker > lurker-index -l support -i /var/mail/lurker Here's your problem: you indexed all mail to every list. You should make a different email address for each mailing list. lurker-commits, lurker-software, lurker-support Subscribe them to each list individually. Then, you run lurker-index -l commits only over the mail delivered to lurker-commits. There is no reliable information INSIDE an email regarding its eventual delivery. Thus, lurker indexes a message based on the account where it arrived. |