On Tue, Nov 02, 1999 at 04:48:02PM -0600, eric wrote:
> What I have working is ...
> 
> $ cat .procmailrc
> PATH=/usr/bin:/usr/sbin:/bin:/sbin
> UMASK=077                                       # umask
> DATE=`date +%y%m`                               # date format
> SHELL=/bin/sh                                   # a shell for exec
> MAILDIR=$HOME/Maildir

You want
        DEFAULT=$HOME/Maildir/
here, and drop the following rule:

> :0
> $MAILDIR/new/.

> Doesn't look to be anything wrong with this -- but it does not do 
> exact time stamping on files in $MAILDIR/new -- only a numeric increase
> per file.

The "/." at the end of the above recipe directs procmail to deliver into
the named directory as a MH folder, which uses sequentially numbered
files for storage.
-- 
Bruce Guenter <[EMAIL PROTECTED]>                       http://em.ca/~bruceg/

Reply via email to