• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

rewrite subject don't work spamassassin

D

disproinl

Guest
Hello,
I don't get to rewrite mail subject with spamassassin. I'm using SpamAssassin version 3.2.5 under centOS 5.6
I have been looking for around internet, but I think my local.cf file is right. Also, when I type:
Code:
# spamassassin --lint
I don't receive any error code, so I think it's ok.
Below I copy my local.cf file:
Code:
# SpamAssassin config file for version 3.x

[B]rewrite_header subject [**SPAM**][/B]
required_score  6
score   FH_DATE_PAST_20XX 0.0
#Encapsular spam en un adjunto
report_safe     0
#Activar Bayes
use_bayes       1
#allow_user_rules 1
bayes_auto_learn        1
use_auto_whitelist      1
ok_locales      all
bayes_learn_during_report  1
bayes_path /var/qmail/.spamassassin/bayes
bayes_auto_expire 1
bayes_expiry_max_db_size 3500000
bayes_journal_max_size 1000000
bayes_use_hapaxes 1

bayes_ignore_header X-Upstream-Spamfilter
bayes_ignore_header X-Upstream-SomethingElse

score RAZOR2_CHECK 2.500
score PYZOR_CHECK 2.500
skip_rbl_checks 0
#pyzor
use_pyzor       1
pyzor_path /usr/bin/pyzor
pyzor_options --homedir /etc/mail/spamassassin
#razor
use_razor2      1
razor_timeout   10

If I use a mail account with Outlook, there is not any problem, because every spam message goes to bulk folder, however if I use mozilla (for example) i have all of them into my inbox folder (same via web page: horde).
So I need to solve it to be able to tag spam and create a rule.

Thank you for your time
 
I am new to parallels and I and using Parallels Desktop 6. I too have the same problem with spamassassin while entering the command # spamassassin –lint. No error is shown for me too. So I think there is no problem with the command and the problem may be internal. I have consulted many senior developers, but they can’t fix the problem. I desperately need a solution for this problem with spamassassin. I hope someone can post a solution to this problem in this forum.
 
Do you have installed qmail-scanner?
If you do, you have to check file below:
Code:
/var/qmail/bin/qmail-scanner-queue.pl -V

Although spamassassin is working, some options are being overriden by qmail-scanner. So you have to configure it.

Regards, Jesus
 
Back
Top