Fixed typo of id baing duplicated.
This commit is contained in:
parent
6f00c77a11
commit
ce1f5f421a
@ -233,8 +233,8 @@ block article
|
|||||||
h4#art-5-1 #[a(href='#art-5-1') 5.1. Updating built-in rule set]
|
h4#art-5-1 #[a(href='#art-5-1') 5.1. Updating built-in rule set]
|
||||||
p I sometimes run #[code sa-update] util to update built-in rules and pre-compile them with #[code sa-compile] util. After that restart SpamAssassin.
|
p I sometimes run #[code sa-update] util to update built-in rules and pre-compile them with #[code sa-compile] util. After that restart SpamAssassin.
|
||||||
p And so SpamAssassin make use of compiled rules ensure that a plugin Rule2XSBody in a #[code v320.pre] is uncommented.
|
p And so SpamAssassin make use of compiled rules ensure that a plugin Rule2XSBody in a #[code v320.pre] is uncommented.
|
||||||
|
|
||||||
h4#art-5-1 #[a(href='#art-5-2') 5.2. Bayesian classifier training]
|
h4#art-5-2 #[a(href='#art-5-2') 5.2. Bayesian classifier training]
|
||||||
p After you set up SpamAssassin for the first time you have to train Bayesian classifier. It will start to work after 200 messages will be examined.
|
p After you set up SpamAssassin for the first time you have to train Bayesian classifier. It will start to work after 200 messages will be examined.
|
||||||
p For training use #[code sa-learn] utility and use #[code --ham] and #[code --spam] to mark messages as normal mail and spam. I additionaly have to specify a path to database with #[code --dbpath /var/lib/spamassassin/.spamassassin] option, otherwise it will complain, so try first without it.
|
p For training use #[code sa-learn] utility and use #[code --ham] and #[code --spam] to mark messages as normal mail and spam. I additionaly have to specify a path to database with #[code --dbpath /var/lib/spamassassin/.spamassassin] option, otherwise it will complain, so try first without it.
|
||||||
|
|
||||||
@ -286,7 +286,7 @@ block article
|
|||||||
p KeyTable has following structure (a line per domain):
|
p KeyTable has following structure (a line per domain):
|
||||||
pre
|
pre
|
||||||
| myselector._domainkey.example.com example.com:myselector:/etc/opendkim/myselector.private
|
| myselector._domainkey.example.com example.com:myselector:/etc/opendkim/myselector.private
|
||||||
p And SigningTable this one:
|
p And SigningTable this one:
|
||||||
pre
|
pre
|
||||||
| *@example.com myselector._domainkey.example.com
|
| *@example.com myselector._domainkey.example.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user