How to add a new folder for every user and deliver special mail to it ?

i wanna filter all mails to a individual folder which has been marked with "spam" in subject.hum...how to add a new folder to every user ?and how to deliver all mails with mark "spam" to the new folder?Platform:solaris8 sparc with SunOne Messaging Server
[297 byte] By [giant.salaa] at [2007-11-26 17:14:28]
# 1
> hum...how to add a new folder to every user ?It's in the manual: mboxutil -c user/someone/Spam> and how to deliver all mails with mark "spam" to the> new folder?If you want to do that on the server I can not help.
Siegfried-Ma at 2007-7-8 23:42:26 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

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.

shane_hjortha at 2007-7-8 23:42:26 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
thx for help!!to Shane:bash-2.03# ./imsimta versioniPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)SunOS mail 5.8 Generic_117350-26 sun4u sparc SUNW,Sun-Fire-880
giant.salaa at 2007-7-8 23:42:26 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

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.

jay_plesseta at 2007-7-8 23:42:26 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...