ChupaCabra wrote:
> Is it not kosher to have both a /etc/procmailrc and a $USER/.procmailrc

That is okay.  But I think your problem is that you have set both
DEFAULT and MAILDIR to the same location.

> here is my /etc/procmailrc
> 
> VERBOSE=yes
> MAILDIR=$HOME/Maildir/
> DEFAULT=$HOME/Maildir/

I think that is the problem.  Don't set both DEFAULT and MAILDIR to
the same thing.  DEFAULT should be a mailbox in MAILDIR.  Instead do
something like this:

  MAILDIR=$HOME/Mail
  DEFAULT=$MAILDIR/Maildir/

You have MAILDIR in $HOME so this is a change from that and moves it
into $HOME/Mail.  But as a user I would hate my ISP if they put
$MAILDIR in $HOME.  Use a subdirectory!

Bob

Reply via email to