On Mon, May 20, 2013 at 05:21:20PM +0000, Viktor Dukhovni wrote: > --- src/trivial-rewrite/trivial-rewrite.c > +++ src/trivial-rewrite/trivial-rewrite.c > @@ -83,10 +83,14 @@ > /* .IP "\fBresolve_dequoted_address (yes)\fR" > /* Resolve a recipient address safely instead of correctly, by > /* looking inside quotes. > +/* .PP > +/* Available with Postfix version 2.2 and later: > /* .IP "\fBresolve_null_domain (no)\fR" > /* Resolve an address that ends in the "@" null domain as if the > /* local hostname were specified, instead of rejecting the address as > /* invalid.
My version check is off by one, as this feature was added in 2.1.0 as well as the 2.2 development development snapshot. I only searched trunk revisions, not release branches. -- Viktor.