-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmm_lister.conf
45 lines (37 loc) · 1007 Bytes
/
mm_lister.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# This is a sample config file for mm_lister.py
#
# mm_lister.py generates prettyish mailman reports
#
# Define your local domain, including list server
local_domain = """asdf.com
qwerty.com
lists.asdf"""
# Define the lists that you are interested in getting
# reports about
lists = """sysadmin
bacula-messages
info"""
# Define output format - either to stdout or email
#report_type = screen
report_type = email
# This is who gets the report if you are sending email
reportee = """[email protected]
# This is who is on the From line if you are sending email
reporter = [email protected]
# List config items of interest, in order
# Omit some of these if they are not of interest
list_config_items = """owner
description
accept_these_nonmembers
hold_these_nonmembers
default_member_moderation
member_moderation_action
ban_list
archive"""
# Archive option includes the following:
#archive_private
#archive_volume_frequency
# Output is either text or html
output = html