Mailing List Archive

[Bug 386] New: exim -v -bv misleading output
http://www.exim.org/bugzilla/show_bug.cgi?id=386

Summary: exim -v -bv misleading output
Product: Exim
Version: 4.63
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: Unfiled
AssignedTo: ph10@hermes.cam.ac.uk
ReportedBy: darek-exim@sznajder.org
QAContact: exim-dev@exim.org


When alias is verified and one of child recipients is missing but anonther
exist, then with -v message is: alias verified. But with -v -bv message is:
alias not verified instead od wrong-user is not verified.

[root@beast ~]# grep test-bv /etc/aliases
test-bv: darek,alamakota
[root@beast ~]# exim -bv alamakota
alamakota@my.domain failed to verify:
Unknown user
[root@beast ~]# exim -bv darek
darek@my.domain verified
[root@beast ~]# exim -bv test-bv
test-bv@my.domain verified
[root@beast ~]# exim -v -bv test-bv
test-bv@my.domain failed to verify:
Unknown user
darek@my.domain
<-- test-bv@my.domain
router = localuser_maildir, transport = ld_maildir



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

--
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##