From: Luis Daniel Lucio Quiroz [mailto:dlucio(_at_)asa(_dot_)gob(_dot_)mx] 
Sent: Wednesday, September 03, 2003 11:21 AM
Dallman Ross wrote:
On Wed, Sep 03, 2003 at 03:02:47AM -0600, LuKreme (List User Kreme)
wrote:
 
:0 c:procmail.$$
* !^X-Spam-Flag: Yes
| /usr/bin/gzip -9fc >> /var/log/mail/AllMails.gz
would work much better (or use bzip2). since it would not b 
restrcted by
mailbox size and, being compressed, it will take up far less space.
   
Good plan.  You shouldn't need to name a lockfile here, though.
Procmail understands `| command >> filename' well enough, as
the man pages state.
 
Yes, but >>File.gz  will corrupt GZip file?
No.  I did not say get rid of the lock.  I said get rid of
the *named* lockfile.
        :0 c:
        * whatever
        | gzip -9fc >> file
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail