procmail
[Top] [All Lists]

Re: possible procmail problem.

2002-08-12 00:38:34
On Sun, 11 Aug 2002, Martin McCarthy wrote:

I'm trying to have email addressed to me  delivered to 
/home/username/mail/username instead of /var/spool/mail/username.
...
At this point I'm not sure if this is a procmail or pine 
problem. Any pointers would be greatly appreciated.

Bob,

You need to paste in the contents of your .procmailrc file if we are to
see if there is anything wrong with it.

If the only thing you changed is the MAILDIR variable then that will not
have any effect on the default delivery mailbox.  Try

  DEFAULT=$HOME/mail/username 

or

  MAILDIR=$HOME/mail
  DEFAULT=username

Martin,

Thanks for the reply. The .procmailrc file is as follows:

SHELL=/bin/sh
LOGFILE=$HOME/Procmail/.procmail.log
VERBOSE=no
MAILDIR=/home/username/mail
LOGABSTRACT=all

# directory for storing procmail related files
PMDIR=$HOME/Procmail

INCLUDERC=$PMDIR/duplicates.rc
INCLUDERC=$PMDIR/backup.rc
#INCLUDERC=$PMDIR/testing.rc
INCLUDERC=$PMDIR/lists.rc
INCLUDERC=$PMDIR/spamtrap.rc

I never have had a DEFAULT entry and it has been working
O.K. I suspect the default in the pine config file has
been taking care of it. Changed it to /home/username/mail/username
but it doesn't work.

-- 
Bob Holtzman
"If you think you're getting free lunch,
 ......check the price of the beer!"

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>