Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / stdout / 0002
1 >
2 > # These expansions can test variables in the configuration, but as there
3 > # is no message being processed, there is no message-related data. But
4 > # that of course gets tested in plenty of other places.
5 >
6 > # Some fixed variables
7 >
8 > exim_path: TESTSUITE/eximdir/exim
9 > primary_hostname: myhost.test.ex
10 > primary_hostname: myhost.test.ex
11 > qualify_domain: myhost.test.ex
12 > bounce_return_size_limit: 102400
13 > spool_directory: TESTSUITE/spool
14 > Failed: unknown variable in "${unknown}"
15 > h_subject: (should be empty)
16 > h_subject: (should be empty)
17 > Failed: unknown expansion operator "header_subject"
18 >
19 > # $message_headers should be empty
20 > message_headers: ><
21 >
22 > # Continuation
23 > xy
24 > xy
25 >
26 > # Overlong names and overbig numbers
27 >
28 > Failed: unknown variable name "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
29 > Failed: unknown variable in "${aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}"
30 > +
31 > +
32 >
33 > # List operations
34 >
35 > filter: "a:b:c"
36 > filter: a:c
37 > filter: a'c
38 > filter: ''a' ''c
39 > filter: ""
40 >
41 > map: ""
42 > map: a:b:c
43 > map: ::a::: ::b::: ::c::
44 > map: fail string
45 > map: []:[b]:[c]
46 >
47 > reduce: "+"
48 > reduce: +abc
49 > reduce: 6
50 > reduce: 9
51 >
52 > # Tests with iscntrl() and illegal separators
53 >
54 > map: 'a'
55 ''
56 'b'
57 'c'
58 >
59 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "0+") inside "reduce" item
60 > reduce: 6
61 > reduce: 6
62 > reduce: 6
63 >
64 > # Operators
65 >
66 > addrss: local-part@dom.ain
67 > addrss: local-part@dom.ain
68 > domain: dom.ain
69 > domain: dom.ain
70 >
71 > addresses: ''abc@xyz' ''pqr@xyz
72 > addresses: local-part@dom.ain
73 > addresses: local-part@dom.ain+xyz@abc
74 > addresses: local-part@dom.ain:xyz@abc:p@q:r@s
75 > addresses:
76 >
77 > escape: B7\267F2\362
78 > eval: 2
79 > eval: 7
80 > eval: 9
81 > eval: 4
82 > eval: 6
83 > eval: 42
84 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "")
85 > eval: -2
86 > eval: 1
87 > eval: 1
88 > Failed: error in expression evaluation: expecting closing parenthesis (after processing "-2 - (-3")
89 > Failed: error in expression evaluation: expecting operator (after processing "-2 - -3")
90 > eval: 1
91 > eval: -5
92 > eval: 1
93 > eval: 40962
94 > eval: 63
95 > Failed: error in expression evaluation: expecting operator (after processing "0")
96 > eval10: 77
97 > eval10: 8
98 > Failed: error in expression evaluation: expecting operator (after processing "0")
99 > eval: 4
100 > eval: 4
101 > eval: 4
102 > eval: 13
103 > eval: 9
104 > eval: 6
105 > eval: 3
106 > eval: 0
107 > eval: 24
108 > eval: 4608
109 > eval: 4608
110 > eval: -4608
111 >
112 > expand: $primary_hostname myhost.test.ex
113 > hash: jmg monty fbWx
114 > hash: abcX abX aX X
115 > hex2b64:EjRWeA==
116 > hex2b64:q83v
117 > hex2b64:q83v
118 > hex2b64:Gis8TV5v
119 > Failed: "1a2b3c4d5e6" contains an odd number of characters
120 > Failed: "1a2b3c4d5e6g" is not a hex string
121 > hex2b64:MPPJPkZDbetYunCBao7BJA==
122 > hex2b64:ztcfpyNSMb7Tg/rP3EHE3cwi7PE=
123 >
124 > The base62 operator is actually a base36 operator in the Darwin and Cygwin
125 > environments. Write cunning tests that produce the same output in both cases,
126 > while doing a reasonable check.
127 >
128 > base62: OK
129 > base62d: OK
130 > base62d: OK
131 > Failed: argument for base62 operator is "12345x", which is not a decimal number
132 > Failed: argument for base62d operator is "0003D7.", which is not a base 36/62 number
133 >
134 > hmac: dd97e3ba5d1a61b5006108f8c8252953
135 > hmac: 0210cf9d274b53f1550f657c378b29e8bfed1064
136 > md5: 77add1d5f41223d5582fca736a5cb335
137 > sha1: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
138 > sha1: A9993E364706816ABA3E25717850C26C9CD0D89D
139 > mask: 192.168.10.192/28
140 > mask: 192.168.10.206/32
141 > Failed: mask value too big in "192.168.10.206/33"
142 > mask: 0.0.0.0/0
143 > Failed: missing mask value in "192.168.10.206"
144 > Failed: "a.b.c.d" is not an IP address
145 > nhash: 19 0/61
146 > lc/uc: the quick BROWN FOX
147 > length: The quick abc
148 > lclpt: local-part
149 > lclpt: local-part
150 > quote: aZ09_.-Q "ab*cd" "abcd\"ef"
151 > quote: "nl(\n)"
152 > quote: "cr(\r)"
153 > quote: "tab( )"
154 > quote: "xff(ÿ)"
155 > quote: Empty>""<
156 > quote_local_part: abcd
157 > quote_local_part: O'Reilly
158 > quote_local_part: "a space"
159 > quote_local_part: ".something"
160 > quote_local_part: "something."
161 > quote_local_part: joe.bloggs
162 > quote_local_part: a!b
163 > quote_local_part: "x@y"
164 > quote_local_part: ab*cd
165 > quote_local_part: "x:y"
166 > quote_local_part: "abcd\"ef"
167 > quote_local_part: ""
168 > rxquote:aZ09\_\,\-Q ab\*cd abcd\"ef
169 > substr: ba 34 1
170 > substr: barb rhuba
171 > substr:
172 > substr:
173 > str2b64:YWJjZA==
174 > str2b64:VGhlIHF1aWNrIGJyb3duIAogZm94
175 > strlen: 0
176 > strlen: 1
177 > strlen: 8
178 > time_eval: 10
179 > time_eval: 7200
180 > time_eval: 86700
181 > time_eval: 788645
182 > Failed: string "14" is not an Exim time interval in "time_eval" operator
183 > Failed: string "rhubarb" is not an Exim time interval in "time_eval" operator
184 > time_interval: 0s
185 > time_interval: 44s
186 > time_interval: 1w4d13h46m39s
187 > Failed: string "-1" is not a positive number in "time_interval" operator
188 > Failed: string "rhubarb" is not a positive number in "time_interval" operator
189 >
190 > # stat is a bit tricky, but some of the fields of the aux-var directory
191 > # should be the same on all systems
192 >
193 > stat: 40755
194 > stat: drwxr-xr-x
195 > Failed: stat(/a/non/existent/file) failed: No such file or directory
196 >
197 > # "Operators" that have expanded arguments
198 >
199 > hash: jmg monty fbWx
200 > hash: abcX abX aX X
201 > nhash: 19 0/61
202 > length: The quick abc
203 > substr: ba 34 1
204 > substr:
205 >
206 > # Error forms
207 >
208 > Failed: missing or misplaced { or }
209 > Failed: "nonnumber" is not a number (in "hash" expansion)
210 > Failed: Too many arguments for "hash" (max is 3)
211 > Failed: "-2" is not a positive number (in "substr" expansion)
212 >
213 > # Skipped operators
214 >
215 > addrss: NO
216 > domain: NO
217 > escape: NO
218 > expand: NO
219 > hash: NO
220 > md5: NO
221 > mask: NO
222 >
223 > # Numeric overflow
224 > # >32b should work, >64b not
225 >
226 > 4096M y
227 > 4096000000 y
228 > 4611686018427387904 y
229 > Failed: absolute value of integer "46116860184273879040" is too large (overflow)
230 >
231 > # Conditions
232 >
233 > 2=2: y
234 > 2==2: y
235 > 3=2: n
236 > 2==3: n
237 > !2=2: n
238 > !2==2: n
239 > !3=2: y
240 > !2==3: y
241 > 2>3: n
242 > 3>3: n
243 > 4>3: y
244 > 1>-1: y
245 > 2>=3: n
246 > 3>=3: y
247 > 4>=3: y
248 > 2<3: y
249 > 3<3: n
250 > 4<3: n
251 > 2<=3: y
252 > 3<=3: y
253 > 4<=3: n
254 > 5<=3: n
255 > -3<=1: y
256 >
257 > 5>3k: n
258 > 5>3m: n
259 > Failed: invalid integer "3z "
260 > Failed: integer expected but "a" found
261 >
262 > >0: n
263 > =: y
264 > -2<: y
265 > 08>07: y
266 > 011=11: y
267 >
268 > def:y y
269 > def:n n
270 > Failed: unknown variable "post" after "def:"
271 > def:h_f n
272 > def:h_f n
273 > Failed: missing or misplaced { or }
274 >
275 > exists: y
276 > exists: n
277 >
278 > eq: y
279 > eq: n
280 > !eq: n
281 > !eq: y
282 >
283 > eqi: y
284 > eqi: y
285 > eqi: n
286 > !eqi: n
287 > !eqi: n
288 > !eqi: y
289 >
290 > lt: y
291 > lti: n
292 > le: y
293 > lei: y
294 > gt: n
295 > gti: n
296 > ge: n
297 > gei: y
298 >
299 > isip: y 1.2.3.4
300 > isip4: y 1.2.3.4
301 > isip6: n 1.2.3.4
302 > isip: n 1:2:3:4
303 > isip4: n 1:2:3:4
304 > isip6: n 1:2:3:4
305 > isip: y ::1
306 > isip4: n ::1
307 > isip6: y ::1
308 > isip: y fe80::a00:20ff:fe86:a061
309 > isip4: n fe80::a00:20ff:fe86:a061
310 > isip6: y fe80::a00:20ff:fe86:a061
311 > isip: n rhubarb
312 > isip4: n rhubarb
313 > isip6: n rhubarb
314 >
315 > match: cdab
316 > match: cdab
317 > match: cdab
318 > Failed: "if" failed and "fail" requested
319 > match: cd[xyz]ab
320 >
321 > match_domain: yes
322 > match_domain: no
323 > match_domain: yes
324 > match_domain: yes
325 > match_domain: no
326 >
327 > >x@zz.aa.bb< [] >x@zz.aa.bb<
328 >
329 > >x@xxxabc< [] >x@xxxabc<
330 >
331 > match_address: yes
332 > match_address: yes
333 >
334 > match_local_part:yes
335 > match_local_part:yes
336 >
337 > match_ip: 01 true
338 > match_ip: 02
339 > match_ip: 03 true
340 > match_ip: 04 true
341 > match_ip: 05
342 > match_ip: 06
343 > match_ip: 07 true
344 > match_ip: 08 true
345 > match_ip: 09
346 > match_ip: 10 true
347 > Failed: "somename" is not an IP address
348 > match_ip: 12 true
349 > match_ip: 13 true
350 > match_ip: 14 true
351 > match_ip: 15 true
352 >
353 > queue_running: n
354 > first_delivery: n
355 >
356 > queue_running after or: y
357 > first_delivery after or: y
358 >
359 > # Default values for both if strings
360 >
361 > ${if eq{1}{1}} >true<
362 > ${if eq{1}{2}} ><
363 >
364 > # Lookups: DIR is the testing directory. In this test we can only use the
365 > # lookups that are required in all cases.
366 >
367 > CALLER
368 >
369 > ==X@Y
370 > ==*
371 > ==*@Z
372 > ==*
373 >
374 > data for a.b.c.d
375 > failed x.y.z
376 > data for *.p.q
377 > data for *.p.q
378 > data for *.p.q
379 > Failed: "lookup" failed and "fail" requested
380 > data for *
381 >
382 > q1: "abc"
383 > q2: "xyz":
384 > q3: "pqr" :
385 > q4: "a:b" abc continued data (make sure not key)
386 > q5: "\"quoted\""
387 > q6: "white space"
388 > q7: "b\\s"
389 >
390 > abc: abc
391 > a.b.c: *.b.c
392 > ab.c: *b.c
393 > xyz: ^X
394 > Xyz: ^X
395 > Zyz: ^Z
396 > a b: "^a +b"
397 > a b: "^a +b"
398 > a:b: lookup succeeded
399 > a.b: ^a\\.+b
400 > a..b: ^a\\.+b
401 > a9b: \N^a\d+b
402 > a99b: \N^a\d+b
403 >
404 > # Should give the same results as above because expansion does nothing
405 >
406 > abc: abc
407 > a.b.c: *.b.c
408 > ab.c: *b.c
409 > xyz: ^X
410 > Xyz: ^X
411 > Zyz: ^Z
412 > a b: "^a +b"
413 > a b: "^a +b"
414 > a:b: lookup succeeded
415 >
416 > # Should fail because of no expansion
417 >
418 > a.b: NO
419 > a..b: NO
420 > a9b: NO
421 > a99b: NO
422 >
423 > # But these should succeed
424 >
425 > a\:b: ^a\\.+b
426 > a\:Xb: ^a\\.+b
427 >
428 > # Some tests of case-(in)dependence
429 >
430 > MiXeD-CD: Data found for case-dependent MiXeD-CD
431 > MixeD-CD: NOT FOUND
432 > MiXeD-Ncd: Data found for case-independent MiXeD-nCD
433 > MixeD-Ncd: Data found for case-independent MiXeD-nCD
434 >
435 > # IP address (CIDR) lookups
436 >
437 > 1.2.3.4: data for 1.2.3.4
438 > 1.2.3.5:
439 > 1.2.3.5: data for *
440 > abcd::cdab: data for abcd::cdab
441 > 192.168.1.2: data for 192.168.0.0/16
442 > 192.168.5.6: data for 192.168.0.0/16
443 > abcd:abcd:: data for abcd:abcd::/32
444 > abcd:abcd:1:: data for abcd:abcd::/32
445 > abcd:abcd::3 data for abcd:abcd::/32
446 > Failed: lookup of "rhubarb" gave DEFER: "rhubarb" is not a valid iplsearch key (an IP address, with optional CIDR mask, is wanted): in a host list, use net-iplsearch as the search type
447 >
448 >
449 > # Nested Lookups - style 1
450 >
451 > The data for key1->key2
452 > Failed: "lookup" failed and "fail" requested
453 >
454 > # Nested Lookups - style 2
455 >
456 > The data for key1->key2
457 > failed for key4
458 >
459 > # Other nesting tests
460 >
461 > 1-in-1
462 > 2-in-2
463 > both-in-1,both-in-2
464 > Failed: "lookup" failed and "fail" requested
465 >
466 > # Lookup quotes for standardly expected lookups
467 >
468 > lsearch !@#$%^&*()_-+=|\~`1234567890{[}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm
469 > Failed: unknown lookup type "xxx"
470 >
471 > # Extract
472 >
473 > 2
474 > 2
475 > 2
476 > 2
477 > Empty:<>
478 > Empty:<>
479 > <3>
480 > <3>
481 > Empty:<>
482 > Empty:<>
483 > no Z
484 > no 4
485 > Failed: "extract" failed and "fail" requested
486 > Failed: "extract" failed and "fail" requested
487 > D
488 > a:b:c:d:e
489 > a
490 > e
491 > a
492 > FAIL
493 > b
494 >
495 > b
496 > three four
497 > Failed: first argument of "extract" must not be empty
498 > Failed: first argument of "extract" must not be empty
499 > b
500 >
501 > # Translation
502 >
503 > abcdea aaa xyz zbcdez
504 > abcdea a z zbcdez
505 > abcdea a abcdea
506 > abcdea abc z zzzdez
507 >
508 > # Boolean
509 > "TrUe" true EXPECT: true
510 > "FALSE" false EXPECT: false
511 > " yes" true EXPECT: true
512 > " no" false EXPECT: false
513 > "yes " true EXPECT: true
514 > Failed: unrecognised boolean value "-1"
515 > "0" false EXPECT: false
516 > "1" true EXPECT: true
517 > " 0 " false EXPECT: false
518 > " 1 " true EXPECT: true
519 > "1111111111111111111" true EXPECT: true
520 > "9" true EXPECT: true
521 > " " false EXPECT: false
522 > Failed: unrecognised boolean value "text"
523 > Failed: unrecognised boolean value "text"
524 > Failed: unrecognised boolean value "text"
525 > Failed: unrecognised boolean value "text"
526 > "00" false EXPECT: false
527 > "!true" false EXPECT: false
528 > "!false" true EXPECT: true
529 >
530 > "TrUe" true EXPECT: true
531 > "FALSE" false EXPECT: false
532 > " yes" true EXPECT: true
533 > " no" false EXPECT: false
534 > "yes " true EXPECT: true
535 > "-1" true EXPECT: true
536 > "0" false EXPECT: false
537 > "1" true EXPECT: true
538 > " 0 " false EXPECT: false
539 > " 1 " true EXPECT: true
540 > "1111111111111111111" true EXPECT: true
541 > "9" true EXPECT: true
542 > " " false EXPECT: false
543 > "text" true EXPECT: true
544 > " text" true EXPECT: true
545 > "text " true EXPECT: true
546 > " text " true EXPECT: true
547 > "00" true EXPECT: true
548 > "!true" false EXPECT: false
549 > "!false" true EXPECT: true
550 >
551 > # RFC 2047
552 >
553 > abcd abcd
554 > <:abcd:> =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=
555 > <:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=
556 > Long: =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_?= =?iso-8859-8?Q?it_will_go_over_the_75-char_limit?=
557 > Long: =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_?= =?iso-8859-8?Q?it_will_go_over_the_75-char_limit_by_a_long_way=3B_in?= =?iso-8859-8?Q?_fact_this_one_will_go_over_the_150_character_limit?=
558 >
559 > # RFC 2047 decode
560 >
561 > abcd abcd
562 > <:abcd:> <:abcd:>
563 > <:ab cd:> <:ab cd:>
564 > Long: here we go: a string that is going to be encoded: it will go over the 75-char limit
565 > Long: here we go: a string that is going to be encoded: it will go over the 75-char limit by a long way; in fact this one will go over the 150 character limit
566 >
567 > # UTF-8
568 >
569 > abcd abcd
570 > aÀÿd aÀÿd
571 > toobig a_d
572 >
573 > # Substitution
574 >
575 > ${sg{abcdefabcdef}{abc}{xyz}} =xyzdefxyzdef
576 > ${sg{ab:xy::z}{:}{::}} =ab::xy::::z
577 > ${sg{abcdefabcdef}{(..)[^c]}{>$1<}} =a><><><ef
578 > ${sg{abcdefabcdef}{(..)[^c]}{>\$1<}} =a>bc<>ef<>bc<ef
579 > ${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}=a>bc<>ef<>bc<ef
580 > ${sg{abbab}{a*}{+}} =++b+b++b+
581 >
582 > # File insertion
583 >
584 > Failed: missing or misplaced { or }
585 > abcde
586 12345
587
588 xyz
589
590 > abcde12345xyz
591 > abcde:12345::xyz:
592 > abcde - 12345 - - xyz -
593 > Failed: failed to open /non/exist/file: No such file or directory
594 > non-exist
595 > >abcde!12345!!xyz!<
596 >
597 > # Calling a command
598 >
599 > abcd
600 1234
601
602 > RC=0
603 > 1
604 > RC=0
605 > abcd
606 1234
607
608 > RC=0
609 > 2
610 > RC=1
611 > abcd
612 1234
613
614 > RC=1
615 > N
616 > RC=127
617 > >><<
618 > RC=0
619 > 1!=2
620 > RC=0
621 >
622 > # PRVS
623 >
624 > prvs=xxxxxxxxxx=userx@test.ex
625 > prvs=xxxxxxxxxx=userx@test.ex
626 > prvs=xxxxxxxxxx=userx@test.ex
627 >
628 > # Syntax errors
629 >
630 > Failed: prvs second argument must be a single digit
631 > Failed: prvs second argument must be a single digit
632 > Failed: prvs second argument must be a single digit
633 >
634 > # Correct checks; can't put explicit addresses in the tests, because they
635 > # will change over time.
636 >
637 > userx@test.ex
638 > result=1
639 >
640 > >1< >userx@test.ex< >1<
641 > result=1
642 >
643 > userx@test.ex
644 > result=1
645 >
646 > # Incorrect secret
647 >
648 > userx@test.ex
649 > result=
650 >
651 > 0
652 > result=
653 >
654 > # Non-prvs address
655 >
656 > >><<
657 > result=
658 >
659 > # Syntax errors
660 >
661 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
662 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
663 > Failed: missing } at end of string
664 > Failed: missing } at end of string
665 > Failed: hmac algorithm "xxx" is not recognised
666 > Failed: each subcondition inside an "and{...}" condition must be in its own {}
667 > Failed: unknown condition "xya" inside "and{...}" condition
668 > Failed: condition name expected, but found "${lookup{x}lsear" inside "and{...}" condition
669 > Failed: missing } at end of string - could be header name not terminated by colon
670 > Failed: missing or misplaced { or }
671 > Failed: missing or misplaced { or } - could be header name not terminated by colon
672 > Failed: each subcondition inside an "or{...}" condition must be in its own {}
673 > Failed: missing } at end of condition inside "or" group
674 > Failed: unknown condition "yes" inside "or{...}" condition
675 > Failed: non-digit after underscore in "substr_1_"
676 > Failed: non-digit after underscore in "substr__3"
677 >
678 > # Iterations: forany and forall
679 >
680 > yes
681 > yes
682 > yes
683 > no
684 > yes
685 > no
686 > no
687 > yes
688 > yes
689 >
690 > Failed: unknown condition "yes" inside "forany" condition
691 > Failed: missing } at end of condition inside "forany"
692 >
693 > yes
694 > no
695 > no
696 > no
697 >
698 > no
699 > yes
700 > yes
701 > yes
702 >
703 > # Expect yes
704 > outer=yes item='' (unset)
705 >
706 > # Expect no
707 > outer=no
708 >
709 > # Error inside nest - check message is helpful
710 > Failed: missing } at end of condition inside "forall" inside "forany" condition
711 >
712 >
713 > # Miscellaneous (for bug fixes, etc)
714 >
715 > true
716 >
717 >
718 > escape: B7·F2ò
719 >
720 > primary_hostname: myhost.test.ex
721 > match: cdab
722 > Failed: "if" failed and "fail" requested
723 > yes
724 > match_address: no
725 >
726 > -oMa sender_host_address =
727 > sender_host_port = 0
728 > -oMaa sender_host_authenticated =
729 > -oMai authenticated_id = CALLER
730 > -oMas authenticated_sender = CALLER@myhost.test.ex
731 > -oMi interface_address =
732 > interface_port = -1
733 > -oMr received_protocol =
734 > -oMs sender_host_name =
735 > -oMt sender_ident = CALLER
736 >
737 > -oMa sender_host_address = V4NET.0.0.1
738 > sender_host_port = 1234
739 > -oMaa sender_host_authenticated = AAA
740 > -oMai authenticated_id = philip
741 > -oMas authenticated_sender = xx@yy.zz
742 > -oMi interface_address = 1.1.1.1
743 > interface_port = 99
744 > -oMr received_protocol = special
745 > -oMt sender_ident = me
746 >
747 > -oMa sender_host_address = V4NET.0.0.1
748 > sender_host_port = 1234
749 > -oMs sender_host_name = my.host.name
750 >
751 > -oMs sender_host_name =
752 > host_lookup_failed = 1
753 >
754 > -p received_protocol = special
755 > -p sender_host_name = host.name
756 >
757 > -oMa sender_host_address = V4NET.0.0.1
758 > sender_host_port = 1234
759 > -oMaa sender_host_authenticated = AAA
760 > -oMai authenticated_id = philip
761 > -oMas authenticated_sender = xx@yy.zz
762 > -oMi interface_address = 1.1.1.1
763 > interface_port = 99
764 > -oMr received_protocol = special
765 > ----> No lookup yet: No
766 > -oMs sender_host_name = ten-1.test.ex
767 > -oMt sender_ident = me
768 >
769
770 **** SMTP testing session as if from host V4NET.0.0.1
771 **** but without any ident (RFC 1413) callback.
772 **** This is not for real!
773
774 550 Administrative prohibition
775
776 **** SMTP testing session as if from host V4NET.0.0.2
777 **** but without any ident (RFC 1413) callback.
778 **** This is not for real!
779
780 550 Administrative prohibition
781
782 **** SMTP testing session as if from host V4NET.0.0.0
783 **** but without any ident (RFC 1413) callback.
784 **** This is not for real!
785
786 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
787 250 OK
788 250 Accepted
789 354 Enter message, ending with "." on a line by itself
790 550 reply_address=<>
791 250 OK
792 250 Accepted
793 354 Enter message, ending with "." on a line by itself
794 550 reply_address=<a@b>
795 250 OK
796 250 Accepted
797 354 Enter message, ending with "." on a line by itself
798 550 reply_address=<c@d>
799 250 OK
800 250 Accepted
801 354 Enter message, ending with "." on a line by itself
802 550 reply_address=<>
803 250 OK
804 250 Accepted
805 354 Enter message, ending with "." on a line by itself
806 550 reply_address=<x@y>
807 221 myhost.test.ex closing connection
808
809 **** SMTP testing session as if from host V4NET.0.0.0
810 **** but without any ident (RFC 1413) callback.
811 **** This is not for real!
812
813 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
814 250 OK
815 250 Accepted
816 354 Enter message, ending with "." on a line by itself
817 550 reply_address=<>
818 221 myhost.test.ex closing connection
819
820 **** SMTP testing session as if from host V4NET.0.0.0
821 **** but without any ident (RFC 1413) callback.
822 **** This is not for real!
823
824 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
825 250 OK
826 250 Accepted
827 354 Enter message, ending with "." on a line by itself
828 550 reply_address=<>
829 221 myhost.test.ex closing connection
830 > match_ip: 15
831 > match_ip: 16
832 >