Greetings,

I am using version "openprotect-5.0.1.5" on Suse 8.2.
I am getting an error when attempting to "reload" openprotect.

linux:~ # openprotect reload
Reloading OpenProtect:
MailScanner running with pid 16850 16851 16852 16853
/usr/sbin/openprotect: line 479: [: missing `]'

When looking at line 479 of /usr/sbin/openprotect, I found the error.

Before:
        if [ $MTA = 'postfix']; then

Fixed:
        if [ $MTA = 'postfix' ]; then

The test expression needed a space between the last ' and the ].  

Thanks for a great product, this version works a LOT better with Suse.  Thanks again.

Tristan Rhodes



Reply via email to