Cristof wrote:
hi,
Where i can disable spam reject message? because when it found spam
delete messagges don't add tag ***SPAM**...
This is controlled by report_safe in /etc/mail/spamassassin/local.cf. My toaster install sets this to:
report_safe 0
You want:
report_safe 1
This is the default, but my users get pretty upset when legitimate mail is incorrectly labeled as SPAM with lots of asterisks. After you change this in local.cf, don't forget to do:
svc -du /service/spamd
Regards,
Bill
