Hi again,
why there's a difference in Qpsmtpd::Address and rcpt_ok in accepting
mails to "abuse" and "postmaster"?
rcpt_ok:
$host = $self->qp->config("me")
if ($host eq "" && (lc $user eq "postmaster" || lc $user eq
"abuse"));
Qpsmtpd::Address:
# bare postmaster is permissible, perl RFC-2821 (4.5.1)
return ("postmaster", undef) if $path eq "postmaster";
Hanno
