On 01/13/2011 11:07 AM, Cecil Yother, Jr. wrote:
I tried the whitelist_from_rcvd and when running Spamassassin -D --lint
it complained. Here is what I wound up with that didn't complain.
C'mon CJ. Saying "it complained" isn't useful at all.
# email whitelisting
# whitelist_from nots...@example.com
whitelist_from notfys...@usairwaysmastercard.com
# domain whitelisting
# whitelist_from example.com
whitelist_from *@ebay.com
Thanks,
CJ
You're welcome. Just realize that the whitelist_from parameter is *not*
recommended, and for good reason (it's easily spoofed). A better
solution is to identify the rules that are causing erroneously high
scores, and adjust the scores of those rules appropriately.
Also, use sa-learn to learn what is ham (not spam). You'll probably need
to adjust bayes scores for this to be effective. This is what I'm
presently using (part of local.cf):
# adjusting these scores gives bayes more weight
# commented values are the defaults
# score BAYES_00 0 0 -2.312 -2.599
# score BAYES_05 0 0 -1.110 -1.110
# score BAYES_20 0 0 -0.740 -0.740
# score BAYES_40 0 0 -0.185 -0.185
# score BAYES_50 0 0 0.001 0.001
# score BAYES_60 0 0 1.0 1.0
# score BAYES_80 0 0 2.0 2.0
# score BAYES_95 0 0 3.0 3.0
# score BAYES_99 0 0 3.5 3.5
score BAYES_00 0 0 -2.612 -2.899
score BAYES_05 0 0 -1.110 -1.110
score BAYES_20 0 0 -0.740 -0.740
score BAYES_40 0 0 -0.185 -0.185
score BAYES_50 0 0 0.001 0.001
score BAYES_60 0 0 1.5 1.5
score BAYES_80 0 0 3.0 3.0
score BAYES_95 0 0 4.0 4.0
score BAYES_99 0 0 5.0 5.0
--
-Eric 'shubes'
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com