procmail
[Top] [All Lists]

Re: attachments

2003-11-06 08:15:51
I wrote,

Well, first, there's no need for the extra level of nesting, and second,
the separate test that $MONTHFOLDER is non-null is unnecessary:

After dismissing the chance of a null or unset variable by using

 * ? test ! -d ${MONTHFOLDER:-/}

I began to wonder whether

 * ? test ! -d ${MONTHFOLDER:-.}

would have any advantages or disadvantages.  I can't see any either way.


_______________________________________________
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>