Unix and Linux Discussions Tagged with learning |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
10,455 |
Shell Programming and Scripting |
|
|
|
25 |
8,297 |
Web Development |
|
|
|
8 |
3,663 |
What is on Your Mind? |
|
|
|
7 |
70,558 |
Docker |
|
|
|
7 |
3,488 |
Solaris |
|
|
|
4 |
1,939 |
Solaris |
|
|
|
2 |
2,614 |
AIX |
|
|
|
0 |
1,307 |
IT Security RSS |
|
|
|
0 |
1,319 |
Complex Event Processing RSS News |
|
|
|
0 |
1,603 |
Complex Event Processing RSS News |
|
|
|
0 |
1,301 |
Software Releases - RSS News |
|
|
|
1 |
1,912 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,120 |
UNIX and Linux RSS News |
|
|
|
5 |
2,930 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,245 |
UNIX and Linux RSS News |
|
|
|
0 |
3,259 |
Oracle Updates (RSS) |
|
|
|
2 |
3,432 |
Shell Programming and Scripting |
|
|
|
0 |
3,070 |
UNIX and Linux RSS News |
|
|
|
5 |
27,691 |
Programming |
|
|
|
3 |
2,008 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,402 |
Shell Programming and Scripting |
|
|
|
13 |
7,082 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,558 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
2,646 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,608 |
Programming |
|
|
|
3 |
2,559 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,704 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,170 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,133 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
1,957 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,850 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,100 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,020 |
Programming |
|
|
|
3 |
10,338 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,203 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,455 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
8,365 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,931 |
IP Networking |
|
|
|
1 |
5,677 |
Programming |
|
|
|
4 |
4,332 |
Programming |
Mail::SpamAssassin::Plugin::AutoLearnThreshold(3) User Contributed Perl Documentation Mail::SpamAssassin::Plugin::AutoLearnThreshold(3)
NAME
Mail::SpamAssassin::Plugin::AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
DESCRIPTION
This plugin implements the threshold-based auto-learning discriminator for SpamAssassin's Bayes subsystem. Auto-learning is a mechanism
whereby high-scoring mails (or low-scoring mails, for non-spam) are fed into its learning systems without user intervention, during
scanning.
Note that certain tests are ignored when determining whether a message should be trained upon:
o rules with tflags set to 'learn' (the Bayesian rules)
o rules with tflags set to 'userconf' (user configuration)
o rules with tflags set to 'noautolearn'
Also note that auto-learning occurs using scores from either scoreset 0 or 1, depending on what scoreset is used during message check. It
is likely that the message check and auto-learn scores will be different.
USER OPTIONS
The following configuration settings are used to control auto-learning:
bayes_auto_learn_threshold_nonspam n.nn (default: 0.1)
The score threshold below which a mail has to score, to be fed into SpamAssassin's learning systems automatically as a non-spam
message.
bayes_auto_learn_threshold_spam n.nn (default: 12.0)
The score threshold above which a mail has to score, to be fed into SpamAssassin's learning systems automatically as a spam message.
Note: SpamAssassin requires at least 3 points from the header, and 3 points from the body to auto-learn as spam. Therefore, the
minimum working value for this option is 6.
perl v5.12.1 2010-03-16 Mail::SpamAssassin::Plugin::AutoLearnThreshold(3)