summaryrefslogtreecommitdiff
blob: b4eadc7a0a577e62d3994dbb7848a08ac3b8f8f6 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
[CV Driver]
build_each_classifier_from_scratch: False

[Categorization]
ham_cutoff: 0.2
spam_cutoff: 0.9

[Classifier]
max_discriminators: 150
minimum_prob_strength: 0.1
unknown_word_prob: 0.5
unknown_word_strength: 0.45
use_chi_squared_combining: True
x-experimental_ham_spam_imbalance_adjustment: False
x-use_bigrams: False

[Hammie]
train_on_filter: False

[Headers]
add_unique_id: True
classification_header_name: X-Spambayes-Classification
clue_mailheader_cutoff: 0.5
evidence_header_name: X-Spambayes-Evidence
header_ham_string: ham
header_score_digits: 2
header_score_logarithm: False
header_spam_string: spam
header_unsure_string: unsure
include_evidence: False
include_score: False
include_thermostat: False
include_trained: True
mailid_header_name: X-Spambayes-MailId
notate_subject: 
notate_to: 
score_header_name: X-Spambayes-Spam-Probability
thermostat_header_name: X-Spambayes-Level
trained_header_name: X-Spambayes-Trained

[Storage]
cache_expiry_days: 7
cache_messages: True
cache_use_gzip: False
ham_cache: /var/lib/spambayes/pop3proxy-ham-cache
messageinfo_storage_file: /var/lib/spambayes/spambayes.messageinfo.db
no_cache_bulk_ham: False
no_cache_large_messages: 0
persistent_storage_file: /var/lib/spambayes/hammie.db
persistent_use_database: dbm
spam_cache: /var/lib/spambayes/pop3proxy-spam-cache
unknown_cache: /var/lib/spambayes/pop3proxy-unknown-cache

[TestDriver]
best_cutoff_fn_weight: 1.0
best_cutoff_fp_weight: 10.0
best_cutoff_unsure_weight: 0.2
compute_best_cutoffs_from_histograms: True
ham_directories: Data/Ham/Set%d
nbuckets: 200
percentiles: 5 25 75 95
pickle_basename: class
save_histogram_pickles: False
save_trained_pickles: False
show_charlimit: 3000
show_false_negatives: False
show_false_positives: True
show_ham_hi: 0.0
show_ham_lo: 1.0
show_histograms: True
show_spam_hi: 0.0
show_spam_lo: 1.0
show_unsure: False
spam_directories: Data/Spam/Set%d

[Tokenizer]
address_headers: from to cc sender reply-to
basic_header_skip: received date x-.*
basic_header_tokenize: False
basic_header_tokenize_only: False
check_octets: False
count_all_header_lines: False
generate_long_skips: True
mine_received_headers: False
octet_prefix_size: 5
record_header_absence: False
replace_nonascii_chars: False
safe_headers: abuse-reports-to date errors-to from importance in-reply-to message-id mime-version organization received reply-to return-path subject to user-agent x-abuse-info x-complaints-to x-face
skip_max_word_size: 12
summarize_email_prefixes: False
summarize_email_suffixes: False
x-extract_dow: False
x-fancy_url_recognition: False
x-generate_time_buckets: False
x-pick_apart_urls: False
x-reduce_habeas_headers: False
x-search_for_habeas_headers: False

[URLRetriever]
x-cache_directory: url-cache
x-cache_expiry_days: 7
x-only_slurp_base: False
x-slurp_urls: False
x-web_prefix: 

[ZODB]
cache_size: 2000
event_log_file: 
event_log_severity: 0
folder_dir: 
ham_folders: 
spam_folders: 
zeo_addr: 

[globals]
dbm_type: best
proxy_password: 
proxy_server: 
proxy_username: 
verbose: False

[html_ui]
allow_remote_connections: localhost
default_ham_action: ham
default_spam_action: spam
default_unsure_action: defer
display_adv_find: False
display_headers: Subject From
display_received_time: False
display_score: False
ham_discard_level: 0.0
http_authentication: None
http_password: admin
http_user_name: admin
launch_browser: False
port: 8880
rows_per_section: 10000
spam_discard_level: 100.0

[imap]
expunge: False
filter_folders: INBOX
ham_train_folders: 
move_trained_ham_to_folder: 
move_trained_spam_to_folder: 
password: 
server: 
spam_folder: 
spam_train_folders: 
unsure_folder: 
use_ssl: False
username: 

[imapserver]
password: 
port: 143
username: 

[pop3proxy]
allow_remote_connections: localhost
listen_ports: 
remote_servers: 

[smtpproxy]
allow_remote_connections: localhost
ham_address: spambayes_ham@localhost
listen_ports: 
remote_servers: 
spam_address: spambayes_spam@localhost
use_cached_message: False