summaryrefslogtreecommitdiff
path: root/test/scripts/5050-mbx/5050
blob: a086efec42e70b572ed14bf456540ac62603fc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# appendfile auto format recognition
exim -odi userx@test.ex
Initial test message, no prefix.
****
exim -odi userx@test.ex
Second test message, no prefix.
****
exim -odi usery@test.ex
Second test message, no prefix.
****
exim -odi userz@test.ex
Second test message, no prefix.
****
exim -odi mbx_userz@test.ex
Test message with mbx_ prefix
****
exim -odi userz@test.ex
Second test message, no prefix.
****
write test-mail/tpmissing
tpmissing text at mailbox start
****
exim -odi tpmissing@test.ex
Test message.
****
write test-mail/undefined
undefined text at mailbox start
****
exim -odi undefined@test.ex
Test message.
****