1 # message ID format manipulation
2 # This testcase is for the 4.97 message-id format changeover
3 # should can 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/*
15 ### Check that the format-mangler utility can downgrade spoolfiles
16 exim -odq nulldeliver@test.ex
17 Subject: originally-new id format spoolfile
19 This is the only body content line
29 ### Check that the format-mangler utility can upgrade spoolfiles
30 sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/
31 sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/
32 sudo chmod -R 640 DIR/spool/input/*