On Tue, 12 Sep 2006, [EMAIL PROTECTED] wrote:
>This is as documented, but perhaps the documentation should be clearer. The
>documentation for the -bv option contains this paragraph:
>
> If the -v option is not set, the output consists of a single line for each
> address, stating whether it was verified or not, and giving a reason in the
> latter case. Otherwise, more details are given of how the address has been
> handled, and in the case of address redirection, all the generated
> addresses are also considered. Without -v, generating more than one address
> by redirection causes verification to end successfully.
>
>I will try to make this clearer when I next revise the manual.
I understand this. Maybe a try to explain by example where is my point:
[EMAIL PROTECTED] ~]# grep test-bv /etc/aliases
test-bv: darek,alamakota
[EMAIL PROTECTED] ~]# exim -bv alamakota
[EMAIL PROTECTED] failed to verify:
Unknown user
[EMAIL PROTECTED] ~]# exim -bv darek
[EMAIL PROTECTED] verified
[EMAIL PROTECTED] ~]# exim -bv test-bv
[EMAIL PROTECTED] verified
[EMAIL PROTECTED] ~]# exim -v -bv test-bv
[EMAIL PROTECTED] failed to verify:
Unknown user
[EMAIL PROTECTED]
<-- [EMAIL PROTECTED]
router = localuser_maildir, transport = ld_maildir
I think in the case of exim -v -bv test-bv last one should be like this:
[EMAIL PROTECTED] ~]# exim -v -bv test-bv
[EMAIL PROTECTED] failed to verify:
[EMAIL PROTECTED]
Unknown user
[EMAIL PROTECTED]
<-- [EMAIL PROTECTED]
router = localuser_maildir, transport = ld_maildir
I think information what exactly address failed is very important and
should not be missing with -v.
--
Dariusz Sznajder
--
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details
at http://www.exim.org/ ##