diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-13 14:46:05 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-13 14:46:05 +0000 |
commit | 5dff5817bb92191e4fd5f9d36fe20b1fec6c9969 (patch) | |
tree | e4fe0c000eae3f0c9db8952c215799f008701155 /test/scripts/0000-Basic | |
parent | a5bd321b2f16ff323e3e268d59606e89b747a901 (diff) |
Add a check for Auto-Submitted to the default for
delay_warning_condition.
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0098 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0098 b/test/scripts/0000-Basic/0098 index 18f348718..08a981f09 100644 --- a/test/scripts/0000-Basic/0098 +++ b/test/scripts/0000-Basic/0098 @@ -38,4 +38,24 @@ Testing **** exim -Tqt 20s/ -odi -qf **** +# Remove the previous message +exim -Mrm $msg1 +**** +# Check no warnings for Precedence: list (in default config) +exim -odi defer@test.ex +Precedence: list +Test message +**** +exim -DDEFAULTDWC -Tqt 20s/ -odi -qf +**** +# Remove the previous message +exim -Mrm $msg1 +**** +# Check no warnings for Auto-Submitted: auto-generated (in default config) +exim -odi defer@test.ex +Auto-Submitted: auto-generated +Test message +**** +exim -DDEFAULTDWC -Tqt 20s/ -odi -qf +**** no_msglog_check |