1ARBITRON(8) System Manager's Manual ARBITRON(8)
2
3
4
6 arbitron - arbitron mailboxes
7
9 arbitron [ -C config-file ] [ -o ] [ -u ] [ -l ] [ -p months ]
10 [ -d days | -D mmddyyyy[:mmddyyyy] ] mailbox...
11
13 Arbitron collects and reports readership statistics for mailboxes on
14 the server. It also optionally prunes the mailboxes of \Seen state for
15 dormant users.
16
17 Arbitron produces one line of output per mailbox, reporting the mailbox
18 name followed by a space, followed by the number of readers (and if -u
19 is specified, followed by a colon and a comma-separated list of the
20 readers userids), and if -o is not specified, another space and the
21 number of subscribers (and if -u is specified, followed by a colon and
22 a comma-separated list of the subscribers userids). IMPORTANT: This
23 format is subject to change in future versions.
24
25 Each "reader" is a distinct authentication identity which has "s"
26 rights to the mailbox and which has SELECTed the mailbox within either
27 the past days days or the specified date range. Users are not counted
28 as reading their own personal mailboxes. Personal mailboxes are not
29 reported unless there is at least one reader other than the mailboxes
30 owner.
31
32 Arbitron reads its configuration options out of the imapd.conf(5) file
33 unless specified otherwise by -C.
34
36 -C config-file
37 Read configuration options from config-file.
38
39 -o "old way" -- do not report subscribers.
40
41 -u Report userids in addition to the count(s).
42
43 -l Enable long reporting (comma delimited table consisting of mbox,
44 userid, r/s, start time, end time).
45
46 -d days
47 Count as a reader an authentication identity which has SELECTed
48 the mailbox within days days. Default is 30.
49
50 -D mmddyyyy[:mmddyyyy]
51 Count as a reader an authentication identity which has SELECTed
52 the mailbox within the given date range. The start date and
53 optional end date are specified as 2-digit month of the year,
54 2-digit day of the month, and 4-digit year. If the end date is
55 not specified, then the current system time is used as the end
56 time.
57
58 -p months
59 Prune \Seen state for users who have not SELECTed the mailbox
60 within months months. Default is infinity.
61
63 /etc/imapd.conf
64
65
66
67CMU Project Cyrus ARBITRON(8)