~ubuntu-branches/ubuntu/utopic/spamassassin/utopic-updates

« back to all changes in this revision

Viewing changes to pkgrules/10_default_prefs.cf

  • Committer: Package Import Robot
  • Author(s): Noah Meyerhans
  • Date: 2014-02-14 22:45:15 UTC
  • mfrom: (0.8.1) (0.6.2) (5.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20140214224515-z1es2twos8xh7n2y
Tags: 3.4.0-1
* New upstream version! (Closes: 738963, 738872, 738867)
* Scrub the environment when switching to the debian-spamd user in
  postinst and cron.daily. (Closes: 738951)
* Enhancements to postinst to better manage ownership of
  /var/lib/spamassassin, via Iain Lane <iain.lane@canonical.com>
  (Closes: 738974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# The ASF licenses this file to you under the Apache License, Version 2.0
12
12
# (the "License"); you may not use this file except in compliance with
13
13
# the License.  You may obtain a copy of the License at:
14
 
 
14
#
15
15
#     http://www.apache.org/licenses/LICENSE-2.0
16
 
 
16
#
17
17
# Unless required by applicable law or agreed to in writing, software
18
18
# distributed under the License is distributed on an "AS IS" BASIS,
19
19
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
37
endif
38
38
report similar future email.  If you have any questions, see
39
39
report _CONTACTADDRESS_ for details.
40
 
report 
 
40
report
41
41
report Content preview:  _PREVIEW_
42
 
report 
 
42
report
43
43
report Content analysis details:   (_SCORE_ points, _REQD_ required)
44
44
report
45
45
report " pts rule name              description"
50
50
 
51
51
# A 'contact address' users should contact for more info. (replaces
52
52
# _CONTACTADDRESS_ above if present)
53
 
report_contact  @@CONTACT_ADDRESS@@
 
53
report_contact  @@CONTACT_ADDRESS@@
54
54
 
55
55
###########################################################################
56
56
 
74
74
# user_scores_sql_username is the authorized username to connect to DSN
75
75
# user_scores_sql_password is the password for the database username
76
76
 
77
 
#user_scores_dsn                DBI:mysql:spamassassin:localhost
78
 
#user_scores_sql_username       spam
79
 
#user_scores_sql_password       spamfilter
 
77
#user_scores_dsn                DBI:mysql:spamassassin:localhost
 
78
#user_scores_sql_username       spam
 
79
#user_scores_sql_password       spamfilter
80
80
 
81
81
##########################################################################
82
82
# Headers to be added to mail (can be overriden by users in
102
102
add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_"
103
103
 
104
104
###########################################################################
105
 
# Default prefs values: users can override these in their 
 
105
# Default prefs values: users can override these in their
106
106
# ~/.spamassassin/user_prefs files.
107
107
 
108
108
# How many points before a mail is considered spam.
122
122
# Mail which scores outside this range will be fed back into SpamAssassin's
123
123
# learning system automatically, to train the Bayesian scanner.
124
124
ifplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
125
 
bayes_auto_learn_threshold_nonspam      0.1
126
 
bayes_auto_learn_threshold_spam         12.0
 
125
bayes_auto_learn_threshold_nonspam      0.1
 
126
bayes_auto_learn_threshold_spam         12.0
127
127
endif # Mail::SpamAssassin::Plugin::AutoLearnThreshold
128
128
 
129
129
# Set this to 0 to turn off auto-learning.
130
 
bayes_auto_learn                        1
 
130
bayes_auto_learn                        1
131
131
 
132
132
# report_safe controls the markup of spam. If you set it to 0, the message
133
133
# body of spam messages will not be modified
137
137
if (can(Mail::SpamAssassin::Conf::feature_originating_ip_headers))
138
138
clear_originating_ip_headers
139
139
originating_ip_headers X-Yahoo-Post-IP X-Originating-IP X-Apparently-From
140
 
originating_ip_headers X-SenderIP
 
140
originating_ip_headers X-SenderIP X-AOL-IP
141
141
endif
142
142
 
143
143
if (can(Mail::SpamAssassin::Conf::feature_dns_local_ports_permit_avoid))