git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: fix munging for ipv6 dns
[exim.git]
/
test
/
stderr
/
0408
diff --git
a/test/stderr/0408
b/test/stderr/0408
index d14b9ea86a27ca3bb296f831c792f8c54e871f6d..34992e8eeb6d4fe901403025a5bb2a62d9a39a8e 100644
(file)
--- a/
test/stderr/0408
+++ b/
test/stderr/0408
@@
-87,9
+87,9
@@
routing userx@test.ex
--------> r1 router <--------
local_part=userx domain=test.ex
checking local_parts
--------> r1 router <--------
local_part=userx domain=test.ex
checking local_parts
-userx in
"userx : usery"
?
+userx in
local_parts
?
list element: userx
list element: userx
- userx in
"userx : usery"
? yes (matched "userx")
+ userx in
local_parts
? yes (matched "userx")
calling r1 router
r1 router called for userx@test.ex
domain = test.ex
calling r1 router
r1 router called for userx@test.ex
domain = test.ex
@@
-103,10
+103,10
@@
routing usery@test.ex
--------> r1 router <--------
local_part=usery domain=test.ex
checking local_parts
--------> r1 router <--------
local_part=usery domain=test.ex
checking local_parts
-usery in
"userx : usery"
?
+usery in
local_parts
?
list element: userx
list element: usery
list element: userx
list element: usery
- usery in
"userx : usery"
? yes (matched "usery")
+ usery in
local_parts
? yes (matched "usery")
calling r1 router
r1 router called for usery@test.ex
domain = test.ex
calling r1 router
r1 router called for usery@test.ex
domain = test.ex