package mailscanner tags 409790 +confirmed Hello
Stephane Leclerc <[EMAIL PROTECTED]> writes: > Package: mailscanner > Version: 4.57.6-2 > Severity: normal > > I upgraded to 4.57.6-2 from -1 The server is using Etch uptodate. > > Now, I received each morning this message from CRON: > > /etc/cron.daily/mailscanner: line 41: [: eq: binary operator expected > > The test is wrong. > > The result for the exim4 -bP spool_directory is /var/spool/exim4. The test semantic is correct, but the syntax is wrong. Read the comment above it. Replace the line with the following should fix it. if [ "$SPOOLDIR" != "$SPOOLDIRDEFAULT" ]; then -- Regards Simon Walter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]