Hi,
> i wanna filter all mails to a individual folder which
> has been marked with "spam" in subject.
Ok pretty standard request. You can use a sieve filter to do this, whether this be a per-user or global sieve filter. Please search this forum/messaging server admin guide for other sieve filter discussion/
> hum...how to add a new folder to every user ?
You don't need to. If you 'fileinto' to a Spam folder, and that folder doesn't already exist, it will be automatically created (depending on whether you have a recent enough version of messaging server).
> and how to deliver all mails with mark "spam" to the
> new folder?
refer above.
> Platform:solaris8 sparc with SunOne Messaging Server
> 5.2
output of ./imsimta version please
Shane.
You should be looking at Messaging 6.2 or 6.3. 5.2 is very old, and will be End Of Support Life very soon.
Depending on how you identify messages as SPAM, you have various ways to select those messages to be delivered to the Spam folder.
I use 6.2's SpamAssassin integration to both identify spam, and to cause delivery to the spam folder.
You can do that with 5.2, too.
You can use a sieve filter to sort messages for delivery. That's another option.