Changeset 314
- Timestamp:
- 02/13/05 17:41:18 (8 years ago)
- Location:
- trunk/pdns/regression-tests/mx-with-simple-additional-processing
- Files:
-
- 3 modified
-
command (modified) (1 diff)
-
description (modified) (1 diff)
-
expected_result (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/regression-tests/mx-with-simple-additional-processing/command
r309 r314 1 1 #!/bin/sh 2 cleandig ex ample.com MX2 cleandig exAmplE.com MX -
trunk/pdns/regression-tests/mx-with-simple-additional-processing/description
r304 r314 1 1 Example.com has two MX records, one of which is out-of-bailiwick and should 2 2 not receive additional processing. The other is internal to the zone and has 3 three A records, which should all be in the additional section 3 three A records, which should all be in the additional section. For 4 additional difficulty, the question contains an odd CaSe. 5 -
trunk/pdns/regression-tests/mx-with-simple-additional-processing/expected_result
r312 r314 1 0 ex ample.com. IN MX 120 10 smtp-servers.example.com.2 0 ex ample.com. IN MX 120 15 smtp-servers.test.com.1 0 exAmplE.com. IN MX 120 10 smtp-servers.example.com. 2 0 exAmplE.com. IN MX 120 15 smtp-servers.test.com. 3 3 2 smtp-servers.example.com. IN A 120 192.168.0.2 4 4 2 smtp-servers.example.com. IN A 120 192.168.0.3 5 5 2 smtp-servers.example.com. IN A 120 192.168.0.4 6 6 Rcode: 0, RD: 0, TC: 0, AA: 1, opcode: 0 7 Reply to question for qname='ex ample.com.', qtype=MX7 Reply to question for qname='exAmplE.com.', qtype=MX