Final pre-release cleanup for 2.002 release.
This commit is contained in:
parent
e041d210e3
commit
90fa45972c
8 changed files with 100 additions and 9 deletions
73
test_cases
Normal file
73
test_cases
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
#HELO and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=1
|
||||
|
||||
#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=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=2
|
||||
|
||||
#no HELO and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout03.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=3
|
||||
|
||||
#helo pass and mfrom fail
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.19
|
||||
helo_name=mailout00.controlledmail.com
|
||||
sender=scott@kitterman.org
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=4
|
||||
|
||||
#helo pass and mfrom none
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=scott@yahoo.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=5
|
||||
|
||||
#helo pass and mfrom null
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=6
|
||||
|
||||
#helo fail and mfrom null
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.19
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=7
|
||||
|
||||
#Multi-recipient dunno
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout03.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus2@kitterman.org
|
||||
queue_id=q1234
|
||||
instance=3
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue