Bob Dodds wrote:
Since the recipient goes through Qpsmtpd::Address before rcpt hooks see it, there aren't any more no-at root or abuse or postmaster coming into hook_rcpt, right?
If you mean "<>" and "<postmaster>" (or other non-qualified addresses), those addresses are legit (per RFC's) and as such are stored as Qpsmtpd::Address. Any rcpt hooks are free to DENY based on those values (if you want rfc-ignorant to list you, that is).
I see that there is already a test for "<>", but not for "<postmaster>" so I'll add that. Back in a moment...
Hmm, something isn't working correctly with the regex. The unqualified local address isn't getting captured right. I'll take a look at it and fix it ASAP.
John
