close
當你用plesk 8.6出現以下問題時可用此方法解決。
Spamassassin does not tag URIBL
Article ID: 7990
Last Review: Jan,22 2010
Author: Kichigin Aleksey Last updated by: Kichigin Aleksey APPLIES TO:
- Plesk 8.6 for Windows
Symptoms
Spamassassin doesn't tag any URIBL findings in messages, "Switch on spam protection based on DNS blackhole lists" checkbox is selected in Parallels Plesk Panel > Server > Mail > Preferences though.Resolution
Solution is to change the following line in %plesk_dir%\Additional\Perl\bin\psa-spam-filter file from:
my $sa_instance=new Mail::SpamAssassin({local_tests_only=>1,site_rules_filename=>$opts{"config-file"}});
my $sa_instance=new Mail::SpamAssassin({local_tests_only=>1,site_rules_filename=>$opts{"config-file"}});
to
my $sa_instance=new Mail::SpamAssassin({local_tests_only=>0,site_rules_filename=>$opts{"config-file"}});
全站熱搜
留言列表