John Peacock wrote:
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.
Fix to Qpsmtpd::Address and associated tests committed to branch/0.31.
I'm surprised that no one ever noticed this before, but support for a
bare <postmaster> isn't something that will come up all that often (it
turns out that other unqualified addresses are not required by the RFC's).
John