how can i change the tag line from ***SPAM*** to eg [[SPAM]]
Reason behind : I get often emails which are spam tagged with ***SPAM*** in the subject line, genuine emails. But my OE client sorts this into my clients spam folder.
hdmueller
femcfemc@singnet.com.sg
On my test server, here is what I see:
config show spamassassin
spamassassin=service
DNSAvailable=yes
MessageRetentionTime=90
OkLanguages=all
OkLocales=all
RejectLevel=0
ReportSafe=0
Sensitivity=medium
SkipRBLChecks=0
SortSpam=enabled
Subject=[SPAM]
SubjectTag=enabled
TagLevel=5
UseBayes=0
status=enabled
more /etc/mail/spamassassin/local.cf
#------------------------------------------------------------
# !!DO NOT MODIFY THIS FILE!!
#
# Manual changes will be lost when this file is regenerated.
#
# Please read the developer's guide, which is available
# at
http://wiki.contribs.org/development/#
# Copyright (C) 1999-2006 Mitel Networks Corporation
#------------------------------------------------------------
dns_available yes
internal_networks 10.10.10.1
lock_method flock
ok_languages all
ok_locales all
bayes_path /var/spool/spamd/.spamassassin/bayes
bayes_file_mode 750
auto_whitelist_path /var/spool/spamd/.spamassassin/auto-whitelist
auto_whitelist_file_mode 750
report_safe 0
required_hits 5
rewrite_header Subject [SPAM]
skip_rbl_checks 0
clear_trusted_networks
trusted_networks 10.10.10.1 127.
use_auto_whitelist 0
use_bayes 0
If you have something different then
config setprop spamassassin Subject [SPAM]
make sure in server-manager/e-mail, you have modify subject of spam messages set to enabled. If not, set it, if so, then click save so the new db value will be saved. Then check your above files again, and I believe that should give you what you wanted. This is the first time I have looked at this panel with any detail. I thought you could set you subject there as well, but you can't.
John