Added test cases.
This commit is contained in:
parent
b6063a747d
commit
a3aa9ff55c
1 changed files with 28 additions and 0 deletions
28
test_cases
28
test_cases
|
|
@ -96,3 +96,31 @@ sender=scott@kitterman.com
|
|||
recipient=bogus2@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=14
|
||||
|
||||
# multi-recipient mfrom fail
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.19
|
||||
helo_name=mailout00.controlledmail.com
|
||||
sender=scott@kitterman.org
|
||||
recipient=bogus2@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=4
|
||||
|
||||
# multi-recipient HELO fail and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout00.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus2@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=2
|
||||
|
||||
# No SPF
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout00.yahoo.com
|
||||
sender=scott@yahoo.com
|
||||
recipient=bogus2@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=15
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue