procmail
[Top] [All Lists]

Re: sort by size

1997-10-07 09:05:58
        Author:        Philip Guenther <guenther(_at_)gac(_dot_)edu>
        Original-Date: Mon, 13 Jan 1997 23:56:30 -0600
        Message-ID:    
<199701140556(_dot_)XAA07304(_at_)solen(_dot_)gac(_dot_)edu>

:0
* B ?? > 10240
do_this

Hey folks, remember this thread from 10 months ago?

Well, I'm trying to do this again, but I want to make an action which is  
triggered if the message is 1/2 a meg or larger:

A meg is 1048576 right?  So it should be:

:0
* B ?? > 524288
do_this

But actually I want it to NOT do it, so would that be:

:0
* ! B ?? > 524288
do_this


Thanks



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