Ms7 Search
Google 搜尋 翻譯
calendar
« 五月 2025 »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
近期文章
文章分類
網站連結
Syndicate

« | »

Spamassassin 自動學習

2007-07-09 @ 19:42 in Linux

#useradd -M blacklist
#useradd -M whitelist
以後如果收到垃圾信的話, 就把信 "以附加檔案方式轉寄" 給自己 Server 上的 blacklist 信箱; 如果是被 Spamassassin 誤判為垃圾信的郵件, 就把它轉寄給 whitelist. 也就是說, 讓這兩個信箱收集可以給 Spamassassin 學習的範本. 學習的指令如下:
學習黑名單:
#sa-learn -D --showdots --spam --mbox /var/mail/blacklist
學習白名單:
#sa-learn -D --showdots --ham --mbox /var/mail/whitelist
學習完成後, 即可將 blacklist 與 whitelist 信箱清空:
#true > /var/mail/blacklist; true > /var/mail/whitelist
讓系統每小時自動學習黑/白名單: 於 /etc/cron.hourly 建立一個可執行的 shell 檔, 內容為:
#!/bin/sh
if [ -s /var/spool/mail/blacklist ]; then
sa-learn --spam --mbox /var/spool/mail/blacklist > /dev/null 2>&1
true > /var/spool/mail/blacklist
fi

if [ -s /var/spool/mail/whitelist ]; then
sa-learn --ham --mbox /var/spool/mail/whitelist > /dev/null 2>&1
true > /var/spool/mail/whitelist
fi

 

參考自 http://spamgoaway.blogspot.com/search/label/spamassassin 

迴響

Spamassassin 自動學習 | 豬窩

I think the admin of this website is really working hard in support of his site, since here
every information is quality based material.

作者 http://tinyurl.com/y7dkg8ez @ 00:16, 2020-06-27

Spamassassin 自動學習 | 豬窩

Greetings! Quick question that's totally off topic.
Do you know how to make your site mobile friendly?
My blog looks weird when browsing from my iphone 4. I'm trying to find
a theme or plugin that might be able to
resolve this issue. If you have any suggestions, please share.
With thanks!

作者 cbd oil that works 2020 @ 17:40, 2020-06-27

Spamassassin 自動學習 | 豬窩

Hi, I think your website might be having browser compatibility issues.
When I look at your blog in Ie, it looks fine but when opening in Internet Explorer,
it has some overlapping. I just wanted to give
you a quick heads up! Other then that, terrific blog!

作者 cbd oil that works 2020 @ 22:48, 2020-06-27

Spamassassin 自動學習 | 豬窩

I was able to find good info from your blog posts.

作者 cbd oil that works 2020 @ 04:53, 2020-06-29

Spamassassin 自動學習 | 豬窩

Awesome things here. I'm very glad to see your post. Thanks so much and I am looking forward to
contact you. Will you kindly drop me a e-mail?

作者 web hosting companies @ 21:11, 2020-07-16
發表迴響
 authimage