procmail
[Top] [All Lists]

Re: Email getting eaten

2007-01-17 11:40:15
Google Kreme schreef:

   :0cf:
   | gzip -fc9 >> $HOME/archive-$DATE.gz

I would make that:

    :0c fw:
    | gzip -9fc >> $HOME/archive-$DATE.gz 

or even safer:

   :0c
   {
     :0 fw
     | gzip -9fc

     :0 ar:
     $HOME/archive-$DATE.gz
   }

-- 
Groet, Ruud

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