~ubuntu-branches/ubuntu/saucy/lurker/saucy

« back to all changes in this revision

Viewing changes to debian/README.maildrop

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2004-09-26 16:27:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040926162751-jlaijtarp1fbo45o
Tags: 1.2-3
* the "what have i done?" release
* built in up-to-date sid to make autobuilders happy
* improved README.mailman

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lurker with maildrop
 
2
--------------------
 
3
 
 
4
 This README describes how to configure maildrop so that lurker gets new mail
 
5
for example-list. For every list which lurker should archive (example-list in
 
6
this example) you must add an entry like this:
 
7
 
 
8
if ( /^Delivered-To: mailing list example-list@list.host.org.*/ )
 
9
{
 
10
  # the first line copies all the example-list mails to a mailbox:
 
11
  cc /var/mail/example-list.mbox
 
12
  xfilter "lurker-index -l example-list -m"
 
13
}
 
14
 
 
15
 Thanks to Jamin W. Collins <jcollins@asgardsrealm.net>, who sent me this
 
16
example. I didn't test this since I don't use maildrop. If you have any
 
17
problems, feel free to contact him directly or though me as facilitator.
 
18
 -- Jonas Meurer <jonas@freesources.org>, Sat, 24 May 2003 16:33:26 +0200