I too have a postfix/amavisd-new/spamassassin/clamav gateway for my
exchange 2000 mail server.
1. You may need to setup a junk/spam folder in each outlook client I
guess you could use public folders also.
2. Then setup a rule to find any Subject: line that has the 'spam
detected' flag in it, to be moved to the junk/spam folder.
3. Then set in the /etc/amavis/amavisd.conf file:
$sa_tag_level_deflt  = undef;  # add spam info headers if at, or above
that level
$sa_tag2_level_deflt = 2.5; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 999.0; # triggers spam evasive actions
This will let all emails with a score of 2.5 and above to be passed to
the end user with a 'spam detected' header. This may flood the end users
junk/spam folder. You may be able to set $sa_kill_level_deflt = 50.0; to
cut out high level junk/spam.

I've used this tutorial with much luck.
http://www200.pair.com/mecham/spam/spamfilter20060630.html






-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gopinath
U.
Sent: Friday, December 29, 2006 7:22 AM
To: amavis-user@lists.sourceforge.net
Subject: [AMaViS-user] Send spam tag message to user's junk folder...



Dear all,

I have installed my antispam-gateway using
postfix+amavisd-new+spamassassin. I am getting spam tagged when sending
test mails. Now I want to send these spam tag mails to users mailbox in
a Junk/Spam subfolder. I did some googling and found out that it can be
achieved using plus addressing. But we are using Microsoft exchange
server which deliver mail to the end users inbox. So how can I achieve
this. 

Thanks in advance.

Regards,
Gopinath.U

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to