上一篇文章 :: 下一篇文章 |
發表人 |
內容 |
sammy 五段
註冊時間: 2005-10-26 文章: 109 來自: TAIWAN
|
發表於: 星期三 十月 14, 2009 9:26 am 文章標題: 請教關於spamassassin的分數,以及白名單 |
|
|
素大 各位使用spamassassin濾信的先進們
小弟使用spamassassin3.1.0版,最近發現判定廣告信的檢驗分數required 一下會跳到6.3 ,一下會跳到10.0 ,
6.3好像是預設值,剛開始安裝時我有調高到10.0,後來我有去找整個 local.cf,都沒有找到是屬於6.3分數的...還有哪裡我應該找嗎?
另外 白名單的權限是否比較大呢?只要設了白名單,任何廣告信機制都會被放棄執行呢?
另外 自己公司內部發信,寄給公司每一個人竟然也會被spamassassin列入廣告信,請問我該如何處理呢?
感謝素大以及各位前備 _________________ 感謝雷電團隊與所有回答問題的高手們以及KOJL, Arnor版主,讓我輕鬆架起功能強大的e-mail 伺服器...謝謝你們無私的奉獻與指導,在此感激 |
|
回頂端 |
|
|
gramy 九段
註冊時間: 2007-09-21 文章: 188
|
發表於: 星期三 十月 14, 2009 12:44 pm 文章標題: |
|
|
「local.cf」檔案用記事本打開後查看是否有一行
「required_score 6.3」
Spamassassin的檢驗判定分數是在這邊做設定,
(好奇問一下,若你找不到此行,那你一開始怎調到10.0 ??)
==============================
「local.cf」檔案用記事本打開後查看是否有底下幾行類似的;
參考一下補上自己公司的網域,
就可以把99.99%自己網域的郵件略過,
(除非你信中有特定扣多分的廣告字眼,總和評分仍是達不到判斷的計分,如6.3)
# 絕不會被判定為垃圾郵件之列表(+100分)
# 請自行加以增刪修改!
whitelist_from *@123.com.tw
whitelist_from *@456.com
whitelist_from *@789.com
# 被判定為垃圾郵件之列表(-100分)
# 請自行加以增刪修改!
blacklist_from *@abc.com
=============================
以上就參考看看囉!
==================================
之前有一篇有關廣告信過濾機制、黑白名單...處理順序(優先權)的文章我找不到了,
(這個處理優順序問題素大可以考慮放到Q&A,好像一陣子就會有人問哦~@@")
就交給素大來解說了~~^^" |
|
回頂端 |
|
|
sammy 五段
註冊時間: 2005-10-26 文章: 109 來自: TAIWAN
|
發表於: 星期三 十月 14, 2009 3:14 pm 文章標題: |
|
|
gramy 大
謝謝您的指導,
local.cf,我的確有找到,上面的required_score也是10.0,這是一開始我有設的,一直以來相安無事,可是前幾天發現很多信被判定為網告信了我就去看,在內容中發現
X-Spam-Status: Yes, score=9.8 required=6.3 tests=BAYES_99,HTML_MESSAGE,
變成 6.3 ,而我再去看我的local.cf 裡的還是 10.0 ,
都沒人去動他阿~,怎變成6.3?
奇怪的是 今天又去看了未通過認證信件,竟又回來到
X-Spam-Status: No, score=3.5 required=10.0 tests=BAYES_00,DCC_CHECK,
又變成 10.0
另外您說的在底下加入自家網域,
參考一下補上自己公司的網域,
就可以把99.99%自己網域的郵件略過,
我看不到有類似的說明,以下是小弟的 local.cf
# This is the right place to customize your installation of SpamAssassin.
#
# See 'manual\Mail_SpamAssassin_Conf.html' in SAproxy folder
# for details of what can be tweaked.
#
###########################################################################
required_score 10.0
bayes_auto_learn 1
use_bayes 1
ok_locales all
report_safe 0
rewrite_header Subject ** SPAM
dns_available test: 168.95.1.1
# If the score is smaller that this, email will be automatically
# learned as nonspam. The threshold can be negative.
bayes_auto_learn_threshold_nonspam 0.05
# If the score is larger than this, email will be automatically
# learned as spam.
bayes_auto_learn_threshold_spam 11.0
# Timeout settings for various online tests (sec).
# These parameters affect the time spent on these online tests.
rbl_timeout 20
dcc_timeout 10
# Uncomment and edit the line below to cover the trusted networks
# (and only trusted networks), such as the network of your ISP.
# This will prevent any hosts on this network from being
# unnecessarily checked against the blacklists.
#
# trusted_networks 152.3. 35.8.
score DCC_CHECK 0 3.6 0 4.0
score RAZOR2_CHECK 0 2.5 0 2.5
score NO_DNS_FOR_FROM 0
score UNPARSEABLE_RELAY 0
score RCVD_IN_NJABL_PROXY 0 (1.0) 0 (1.0)
score RCVD_IN_NJABL_RELAY 0 2.0 0 2.0
score RCVD_IN_NJABL_SPAM 0 (1.0) 0 (1.0)
score RCVD_IN_SORBS_MISC 0 1.0 0 1.0
score RCVD_IN_SORBS_HTTP 0 1.0 0 1.0
score RCVD_IN_SORBS_SMTP 0 (1.0) 0 (1.0)
# Below is the report template
#
# ......................................................................
clear_report_template
report This mail is probably spam. The original message
report has been attached intact in RFC 822 format.
report
report Content preview: _PREVIEW_
report
report Content analysis details: (_HITS_ points, _REQD_ required)
report
report _SUMMARY_
# Unsafe-for-viewing message report template.
#
# ......................................................................
clear_unsafe_report_template
unsafe_report The original message was not completely plain text and may be unsafe to
unsafe_report open with some email clients; in particular, it may contain a virus
unsafe_report or confirm that your address can receive spam. If you wish to view
unsafe_report it, it may be safer to save it to a file and open it with an editor.
#
# Additional local configuration, see files
# 10_local_dnsbl.cf
# 10_local_tests.cf
# 10_local_ignore.cf
# _________________ 感謝雷電團隊與所有回答問題的高手們以及KOJL, Arnor版主,讓我輕鬆架起功能強大的e-mail 伺服器...謝謝你們無私的奉獻與指導,在此感激 |
|
回頂端 |
|
|
gramy 九段
註冊時間: 2007-09-21 文章: 188
|
|
回頂端 |
|
|
|
|
您 無法 在這個版面發表文章 您 無法 在這個版面回覆文章 您 無法 在這個版面編輯文章 您 無法 在這個版面刪除文章 您 無法 在這個版面進行投票
|
Powered by phpBB © 2001-2007 phpBB Group
|