[ingo] No vacation messages sent with procmail

Volker Then horde32 at volkerthen.com
Mon Dec 24 09:49:58 UTC 2007


Hi,

it seems, there is an error in ingo's procmail vacation script. No  
vacation messages are being sent. I hab to correct this line in the  
generated procmail script

| /bin/sh -c 'if [ $DATE-gt $START ]; then if [ $END -gt $DATE ]; then  
true; else false;fi;fi;'

to

| /bin/sh -c 'if [ $DATE -gt $START ]; then if [ $END -gt $DATE ];  
then true; else false;fi;fi;'

A blank was missing between "$DATE" and "-gt".

This is in the code for quite some time. Seems no one is using  
procmail for mail filtering anymore. ;)

Bye.

Volker





More information about the ingo mailing list