> > #The following are used to test the block_senders SM plugin: > > VERBOSE=on
Just as a note... I believe that is supposed to be VERBOSE=yes > > LOGFILE=/var/log/procmaillog As a second note... doesn't that file have to be writeable by the user that procmail is running for? For example, if it is called for the user fred, then procmail is running as fred, if it doesn't have permissions to write to that file, can it still do so? You might want to try something like: LOGFILE=$HOME/procmaillog Or to be more accurace, probably make a .procmailrc file in the person's home directory, and setup the logging from there. > Finally, > > > # Procmail to deliver mail to $HOME/Maildir > > :0 c > > $HOME/Maildir/new > > To deliver a message to a maildir mailbox you should just specify > $HOME/Maildir/ > The trailing slash is critical, that's what tells procmail it is indeed > a maildir mailbox. Not really... if you set MAILBOX=$HOME/Maildir (or whatever is relevant) it works just the same... at least that is the way it has happily been working over here anyway. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge -- 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
