[Pkg-dspam-misc] crontab /etc/cron.daily/dspam

Francisco Javier F. Serrador serrador at tecknolabs.com
Fri Apr 14 20:38:08 UTC 2006


Hello

I'm using dspam backported by myself on sarge and I have found an error
on the script /etc/cron.daily/dspam: 

Where it says
if [ ! -z $DSPAMSTORAGE ]; then 

it should be:
 
if [ ! -z "$DSPAMSTORAGE" ]; then 

Also, DSPAMSTORAGE definition could be simply
DSPAMSTORAGE=`grep "^StorageDriver.*hash_drv.so" $DSPAMCONF`





More information about the Pkg-dspam-misc mailing list