Hello Tony, On Monday, March 03, 2003, Tony Shadwick wrote... > ##Spam Filter Configuration Begins -- Please do not edit by hand > ###mail/Spam > MAILDIR=$HOME/mail # Default mail directory > :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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- 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
