procmail
[Top] [All Lists]

Re: expiring SPAM in Maildirs?

2008-07-30 12:53:05
At 11:45 2008-07-30 -0700, Professional Software Engineering wrote:

       die "Usage\n$0 referencefile days\n"
                if (@ARGV < 2);

Doh!  That should be:

        if ( @ARGV != 2 );

since >2 arguments would still be an error condition.

---
 Sean B. Straw / Professional Software Engineering

 Procmail disclaimer: <http://www.professional.org/procmail/disclaimer.html>
 Please DO NOT carbon me on list replies.  I'll get my copy from the list.

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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