> > ##Spam Filter Configuration Begins -- Please do not edit by hand > > ###mail/Spam > > MAILDIR=$HOME/mail # Default mail directory
Okay, the above is per procfilter_conf.php. That IS our default mail directory. The dropdowns I get from the Options/Mail Filters pages are mail/This, mail/That, mail/Spam. Somehow or another, the folders listings are grabbing the mail/ part along with it. Perhaps a find and replace regular expression is in order? > > :0: > > * ^X-Spam-Status: Yes > > mail/Spam > > ##Spam Filter Configuration Ends > > > > Well, the part that bugs me is this: > > mail/Spam > > > Can we make this more explicit, like this? > > $HOME/mail/Spam > > There is a second mistake there. Are you using Maildir for a start? > The problem I see, is procmail is being told that mail is being stored > in a Maildir format, and the start of the directory structure is > $HOME/mail. Then procmail is being told to move mail to mail/spam... > procmail combines them, and you end up with... > > Spam moved to $HOME/mail/mail/spam > > Hence your error mesages. > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
