On Friday 27 Jan 2006 13:39, Justin Willmert wrote: > > Well, in my simple procmail rules, I've set both MAILDIR and DEFAULT > to the maildir path. They both have slashes at the end. Then in the > rules, I use all absolute paths. Here's mine below: > > MAILDIR=$HOME/Maildir/ > DEFAULT=$HOME/Maildir/ > I've added in the DEFAILT line - can't do any harm, and may help. > # send mail through spamassassin > > :0fw > : > | /usr/bin/spamc > > # Now that we've tagged the spam, put it in the appropriate > folder > > :0: > > * ^X-Spam-Status: Yes > ${MAILDIR}.Junk > Several of my recipes would fit that pattern. Thanks for the reassurance. What do you have in main.cf for the mail_spool_directory line? It looks as though that's the line causing the other error. Anne