->>> somehost.example.com in "b.c"? no (end of list)
->>> somehost.example.com in "bb.cc"? no (end of list)
->>> somehost.example.com in "bbb.ccc"? no (end of list)
+>>> userx@somehost.example.com in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"?
+>>> list element: !x@b.c
+>>> list element: *@b.c
+>>> somehost.example.com in "b.c"?
+>>> list element: b.c
+>>> somehost.example.com in "b.c"? no (end of list)
+>>> list element: !^philip@a.b.c
+>>> list element: ^(phil|quil)[^@]*@
+>>> list element: !yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch
+>>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch
+>>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain
+>>> list element: !░x@bb.cc
+>>> list element: *@bb.cc
+>>> somehost.example.com in "bb.cc"?
+>>> list element: bb.cc
+>>> somehost.example.com in "bb.cc"? no (end of list)
+>>> list element: !░TESTSUITE/aux-fixed/0067.not1
+>>> list element: !TESTSUITE/aux-fixed/0067.not2
+>>> list element: bbb.ccc
+>>> somehost.example.com in "bbb.ccc"?
+>>> list element: bbb.ccc
+>>> somehost.example.com in "bbb.ccc"? no (end of list)