Commit 465d5de 1 parent a43dab3 commit 465d5de Copy full SHA for 465d5de
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ prepare:
20
20
21
21
fixtures :
22
22
# Sending test mails
23
- for file in test/email-templates/* .txt ; do docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/$$ file" ; done
23
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/amavis-spam.txt"
24
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/amavis-virus.txt"
25
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/existing-alias-external.txt"
26
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/existing-alias-local.txt"
27
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/existing-user.txt"
28
+ docker exec mail /bin/sh -c " nc 0.0.0.0 25 < /tmp/test/email-templates/non-existing-user.txt"
24
29
# Wait for mails to be analyzed
25
30
sleep 10
26
31
You can’t perform that action at this time.
0 commit comments