Page 1 of 1

User spam folder

Posted: Sun Dec 30, 2007 5:29 pm
by kinnley
Hello!

i searched around thw forum but i could not find a suitable solution to that problem.

I installed Scalix 11 under OSS 10.3 and I used serveral Howtos:
- replaced sendmail with postfix for more flexability
- installed Amavisd-new with Spamassassin and ClamAV

Here are my Questions:
- Is it possible to drop the to a per user folder in the inbox (like SPAM or JUNK)?
- Does Scalix modify/remove any mail headers?
- Is it possible to add the Spamlevel to the mail headers? As i determined the spam is identified by SpamAssassin but not marked

thanks a lot

Posted: Mon Dec 31, 2007 6:03 pm
by fkienker
It is possible to have Amavis-new modify the subject line of incoming mail. Do do so, add these two lines to your amavisd.conf file:

$sa_spam_modifies_subj = 1; # 0=on, 1=on
$sa_spam_subject_tag = "[SPAM] (_SCORE_/_REQD_): ";

The format of the subject tag can be changed to suit your needs.

Hope this helps!
Fred