procmail
[Top] [All Lists]

Re: Procmail error "can't write ..."

2008-03-27 03:19:21
Am 2008-03-25 15:21:39, schrieb Martin Hochreiter:
  :0 Whc: vacation.lock
  | /bin/sh -c 'if [ $DATE -gt $START ]; then if [ $END -gt $DATE ]; then 
true; else false;fi;fi;'

This will never work...
It should be:

    :0 Whc: vacation.lock
    * ? test $DATE -gt $START && test $END -gt $DATE
    ...


Thanks, Greetings and nice Day
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

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