公式ドキュメントに従って、spamassassinフォルダーのv310.pre構成ファイルの編集を含むrazor2をインストールして構成しました。
次の両方のコマンドを正常に実行しました(両方ともかみそりが存在し、正しく実行されていることを示しています)。
# spamassassin -t -D < message.txt
# razor-check -d message.txt
ただし、受信する新しい電子メールのヘッダーにかみそりの兆候は見られません。
例:
Date: Wed, 19 Jun 2013 11:31:19 -0700
Content-Language: en-us
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: multipart/alternative;
boundary="----=Part.164.7502.1371666679"
X-Spam-Status: No, score=6.0
X-Spam-Score: 60
X-Spam-Bar: ++++++
X-Ham-Report: Spam detection software, running on the system "svr1.domain.net", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
root\@localhost for details.
Content preview: Book an Alaskan Cruise today Browse Affordable Alaskan Cruises
Today: http://www.oursearchnews.com/10BVFYT143BJQQR13AMQ12L17HSGW17XXO12NGMTPR1427701KU2917665020.php
[...]
Content analysis details: (6.0 points, 7.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
[173.232.8.252 listed in bb.barracudacentral.org]
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
See
http://wiki.Apache.org/spamassassin/DnsBlocklists#dnsbl-block
for more information.
[URIs: oursearchnews.com]
1.7 URIBL_DBL_SPAM Contains an URL listed in the DBL blocklist
[URIs: oursearchnews.com]
1.2 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist
[URIs: oursearchnews.com]
0.0 SPF_FAIL SPF: sender does not match SPF record (fail)
[SPF failed: Please see http://www.openspf.net/Why?s=mfrom;id=cruisetoalaska%40oursearchnews.com;ip=173.232.8.252;r=svr1.domain.net]
0.0 HTML_MESSAGE BODY: HTML included in message
0.8 MPART_ALT_DIFF BODY: HTML and text parts are different
-0.0 BAYES_20 BODY: Bayes spam probability is 5 to 20%
[score: 0.1946]
0.8 RDNS_NONE Delivered to internal network by a Host with no rDNS
0.0 T_REMOTE_IMAGE Message contains an external image
X-Spam-Flag: NO
私の質問は、4.0 RAZOR_SCORE
?
また、次の設定で特別な手順を実行する必要があります。
CentOS CPanel/WHM EXIM w/spamassassinおよびDovecot
ありがとうございました。必要に応じて詳細をお知らせいたします。
Razorのサポートには2つのものが必要です。 Spamassassinで有効にする必要があります。標準システムでは、/ etc/mail/spamassassin /v310.pre。この行にコメントが付いていないことを確認してください。
loadplugin Mail::SpamAssassin::Plugin::Razor2
次に、モジュールがインストールされていることを確認します。確認する簡単な方法は、Perlを直接使用することです。また、存在しないことがわかっているモジュールのサンプルも含めました。 Razor2を使用しようとしたときにそのエラーが表示された場合は、RepoForgeリポジトリからRazorエージェントをインストールする必要があります。
# Perl -e 'use Mail::SpamAssassin::Plugin::Razor2'
# Perl -e 'use Mail::SpamAssassin::Plugin::Razor3'
Can't locate Mail/SpamAssassin/Plugin/Razor3.pm in @INC (@INC contains: /usr/lib64/Perl5/site_Perl/5.8.8/x86_64-linux-thread-multi /usr/lib/Perl5/site_Perl/5.8.8 /usr/lib/Perl5/site_Perl /usr/lib64/Perl5/vendor_Perl/5.8.8/x86_64-linux-thread-multi /usr/lib/Perl5/vendor_Perl/5.8.8 /usr/lib/Perl5/vendor_Perl /usr/lib64/Perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/Perl5/5.8.8 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
# rpm -qa | grep Razor
Perl-Razor-Agent-2.85-1.el5.rf
最後に、spamassassinがロード時にこのモジュールを実際に使用していることを確認します。
# spamassassin -D < riz.cf 2>&1 | grep Razor
Jun 26 18:13:42.521 [303] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC