> I tried to create it with a mkdir in the users mail folder, but I can
not acces it through things like squirrelmail.

because you need to subscribe the folder as well.  here is part of my
maildrop filter i use to do it automagically

`test -d $VHOME/Maildir/.Spam`
if ( $RETURNCODE == 1 )
{
   `/usr/local/bin/maildirmake -f Spam $VHOME/Maildir`
   `echo Inbox.Spam >> $VHOME/Maildir/courierimapsubscribed`
}


now in squirrelmail, the Spam directory will show up in the left menu.
otherwise you have to click on FOLDER -> Subscribe/Unsubscribe, and move
the Spam folder over before it will ever show.

dallas


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to