~ubuntu-branches/ubuntu/raring/lurker/raring

« back to all changes in this revision

Viewing changes to index/lurker-index.1

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Header: /cvsroot/lurker/lurker/index/lurker-index.1,v 1.10 2004/08/25 21:40:10 terpstra Exp $
2
 
.\"
3
 
.\"     transcript compatibility for postscript use.
4
 
.\"
5
 
.\"     synopsis:  .P! <file.ps>
6
 
.\"
7
 
.de P!
8
 
.fl
9
 
\!!1 setgray
10
 
.fl
11
 
\\&.\"
12
 
.fl
13
 
\!!0 setgray
14
 
.fl                     \" force out current output buffer
15
 
\!!save /psv exch def currentpoint translate 0 0 moveto
16
 
\!!/showpage{}def
17
 
.fl                     \" prolog
18
 
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
19
 
\!!psv restore
20
 
.
21
 
.de pF
22
 
.ie     \\*(f1 .ds f1 \\n(.f
23
 
.el .ie \\*(f2 .ds f2 \\n(.f
24
 
.el .ie \\*(f3 .ds f3 \\n(.f
25
 
.el .ie \\*(f4 .ds f4 \\n(.f
26
 
.el .tm ? font overflow
27
 
.ft \\$1
28
 
..
29
 
.de fP
30
 
.ie     !\\*(f4 \{\
31
 
.       ft \\*(f4
32
 
.       ds f4\"
33
 
'       br \}
34
 
.el .ie !\\*(f3 \{\
35
 
.       ft \\*(f3
36
 
.       ds f3\"
37
 
'       br \}
38
 
.el .ie !\\*(f2 \{\
39
 
.       ft \\*(f2
40
 
.       ds f2\"
41
 
'       br \}
42
 
.el .ie !\\*(f1 \{\
43
 
.       ft \\*(f1
44
 
.       ds f1\"
45
 
'       br \}
46
 
.el .tm ? font underflow
47
 
..
48
 
.ds f1\"
49
 
.ds f2\"
50
 
.ds f3\"
51
 
.ds f4\"
52
 
'\" t 
53
 
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
54
1
.TH "LURKER\-INDEX" "1" 
55
2
.SH "NAME" 
56
3
lurker\-index \(em imports messages into the archive 
57
4
.SH "SYNOPSIS" 
58
5
.PP 
59
 
\fBlurker\-index\fR [\-c <config-file>]  [\-l <list>]  [\-i <mbox/maildir>]  [\-v \-d \-n \-u \-f]  [\-m | \-b <count>]  
 
6
\fBlurker\-index\fR [\-c <config-file>]  [\-l <list>]  [\-i <mbox/maildir>]  [\-v \-d \-n \-u \-f]  [\-m]  
60
7
.SH "DESCRIPTION" 
61
8
.PP 
62
9
\fBlurker\-index\fR indexes messages from 
63
10
standard input and stores them in the lurker database. 
64
11
It imports either a single message, or a batch of messages 
65
12
in mbox format.  
 
13
.PP 
 
14
It is important to note that lurker messages  
 
15
in order and may miss new messages 
 
16
delivered during the import. For this reason, you should setup lurker  
 
17
to receive new mail before importing old mail. Only 
 
18
use lurker\-index on inactive mail folders! 
 
19
.PP 
 
20
By default, lurker\-index reads from standard input in mbox 
 
21
format, delimited by 'From <addr> <date>' lines.  
 
22
Be aware that if the mbox is not delimited correctly between 
 
23
messages it will be interpretted as a single message with an 
 
24
invalid date. To read other sources, see the '\-i' option. 
 
25
If input is a single email, use '\-m'. 
66
26
.SH "OPTIONS" 
67
27
.IP "\fB\-c config-file\fP" 10 
68
28
Use this config file for lurker settings. 
69
29
.IP "\fB\-l listid\fP" 10 
70
30
Import messages to the named mailing list. This should match 
71
31
the value in the lurker.conf after the 'list = ' entry. 
72
 
.IP "\fB\-b count\fP" 10 
73
 
Import a batch of messages; flush every count messages. A 
74
 
good value for count is 5. The larger this parameter, the more CPU 
75
 
power lurker needs during import, but the less disk seeks. 
76
 
.IP "" 10 
77
 
It is important to note that lurker reads files from a 
78
 
maildirs and mailboxes in order and may miss new messages 
79
 
delivered during the import. For this reason, setting up lurker to 
80
 
be invoked properly when new mail is delivered is essential. Only 
81
 
use lurker\-index with '\-b' when importing from non-active mail 
82
 
folders. 
83
 
.IP "" 10 
84
 
By default, lurker\-index reads from standard input in mbox 
85
 
format, delimited by 'From <addr> <date>' lines.  
86
 
Be aware that if the mbox is not delimited correctly between 
87
 
messages it will be interpretted as a single message with an 
88
 
invalid date. To read other sources, see the '\-i' option. 
89
32
.IP "\fB\-m\fP" 10 
90
33
Import a single message. In this mode lurker will never 
91
34
interpret 'From ' lines as message delimiters. When being fed 
92
35
newly delivered mail, this is the preferred mode of operation.  
93
36
Try to turn off the 'From ' escaping of your MTA when using  
94
 
this mode as lurker does it's own escaping which is generally 
 
37
this mode, as lurker does it's own escaping which is generally 
95
38
smarter. 
96
39
.IP "" 10 
97
40
This option should be used when lurker\-index is invoked by 
169
112
.PP 
170
113
You should have received a copy of the GNU General Public License 
171
114
along with this program; if not, write to the Free Software 
172
 
Foundation, Inc., 59 Temple Place - Suite 330, 
 
115
Foundation, Inc., 59 Temple Place \- Suite 330, 
173
116
Boston, MA 02111-1307, USA. 
174
117
 
175
118
.SH "BUGS" 
178
121
still present in the latest official release. If the problem persists, 
179
122
then send mail with instructions describing how to reproduce the bug to 
180
123
<lurker\-users@lists.sourceforge.net>. 
181
 
.\" created by instant / docbook-to-man, Wed 25 Aug 2004, 23:39 
 
124
.\" created by instant / docbook-to-man, Tue 21 Feb 2006, 14:25