# Ensure spooldir exists
sudo mkdir -p DIR/spool/input
#
-# Check that delivery of old-format spoolfiles works
+### Check that delivery of old-format spoolfiles works
sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/
sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/
sudo chmod -R 640 DIR/spool/input/*
exim -q
****
#
-# Check that the format-mangler utility can downgrade spoolfiles
+### Check that the format-mangler utility can downgrade spoolfiles
exim -odq nulldeliver@test.ex
Subject: originally-new id format spoolfile
exim -q
****
#
-# Check that the format-mangler utility can upgrade spoolfiles
+### Check that the format-mangler utility can upgrade spoolfiles
sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/
sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/
sudo chmod -R 640 DIR/spool/input/*
****
#
#
+### done
no_msglog_check