1 # message ID format manipulation
2 # This testcase is for the 4.97 message-id format changeover
3 # should be dropped after a few further releases.
5 # Ensure spooldir exists
6 sudo mkdir -p DIR/spool/input
8 ### Check that delivery of old-format spoolfiles works
9 sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/
10 sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/
11 sudo chmod -R 640 DIR/spool/input/*
17 ### Check that the format-mangler utility can downgrade spoolfiles
18 exim -odq nulldeliver@test.ex
19 Subject: originally-new id format spoolfile
21 This is the only body content line
31 ### Check that the format-mangler utility can upgrade spoolfiles
32 sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/
33 sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/
34 sudo chmod -R 640 DIR/spool/input/*