Elias Arends wrote:
Platform: Solaris 8
MTA: Postfix 2.1.5
Software: SpamAssassin 2.64
SQL: MySQL 4.0.21

I have fixed the issue with spamd querying MySQL with the "-u" option.
Thanks. Now I have another problem. It seems that incoming spam is tagged
properly in the headers, but the subject is not being edited. Here are my
local.cf, and my user preferences. Any idea on where the problem is? Thanks.

Local.cf:
# SpamAssassin config file for version 2.5x
# generated by http://www.yrex.com/spam/spamconfig.php (version 1.01)
allow_user_rules        1
# How many hits before a message is considered spam.
required_hits          5
# Whether to change the subject of suspected spam
rewrite_subject         1
# Text to prepend to subject if rewrite_subject is used
subject_tag             *****SPAM*****
# Encapsulate spam in an attachment
report_safe             1

You are using the old syntax. rewrite_subject and subject_tag are no longer used. Check the UPGRADE file that came with SA


http://spamassassin.apache.org/full/3.0.x/dist/UPGRADE

-Jim

On a side note:
I am in no way directing this toward the original poster and no offense is meant in any way but....
I can not believe the number of times this question is asked on the list :( I guess it shows how many people dont read the documentation and dont search the archives.

Reply via email to