<<< Date Index >>>     <<< Thread Index >>>

Re: Large mailbox not recognized



On Thu, Nov 18, 2004 at 01:05:49AM +0100, Adeodato Simó wrote:
> * dsr@xxxxxxxxxxxxxxx [Wed, 17 Nov 2004 11:22:16 -0500]:
> 
> > YM=`date +%y-%m`
> > LISTYM=$HOME/Mail/listname/$YM
> > DUMMY=`test -d $LISTYM || mkdir $LISTYM`
> > :0:
> > * ^TOlistname
> > ${LISTYM}
> 
>   shouldn't that last line be:
> 
>     ${LISTYM}/

if it's a maildir, yes.

>   (and the ^DUMMY line can be removed.)

not all versions of procmail automatically create a mailbox or
maildir when none is found. YMMV.

-dsr-