Re: [Lurker-users] All lists come out identical
Brought to you by:
terpstra
From: Robert W. <ro...@a1...> - 2010-12-01 21:29:29
|
OK so its all based on the mail box. So I should be able to use procmail to sort the mailbox into list boxes and then index the list boxes separately ? -----Original Message----- From: Wesley W. Terpstra [mailto:we...@te...] Sent: Wednesday, December 01, 2010 12:54 PM To: Robert Woodworth Cc: lur...@li... Subject: Re: [Lurker-users] All lists come out identical 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. |