Applied as e13952164df61ac289f9f124a7a8bc63d290d4bc Something isn't right with the test config, unrelated to this CL, but it looks like the greylisting test might not be being run.
Matt Simerson wrote: > > added to MANIFEST > plugins/check_bogus_bounce (already committed to abh/head) > plugins/auth/auth_vpopmaild (imported by rspier) > t/plugin_tests/greylisting (patch is pending import, with rspier > suggestions included) > > added packaging to MANIFEST.SKIP > --- > MANIFEST | 3 +++ > MANIFEST.SKIP | 1 + > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/MANIFEST b/MANIFEST > index 7ae1b14..59c9260 100644 > --- a/MANIFEST > +++ b/MANIFEST > @@ -66,6 +66,7 @@ plugins/auth/auth_checkpassword > plugins/auth/auth_cvm_unix_local > plugins/auth/auth_flat_file > plugins/auth/auth_ldap_bind > +plugins/auth/auth_vpopmail > plugins/auth/auth_vpopmail_sql > plugins/auth/auth_vpopmaild > plugins/auth/authdeny > @@ -73,6 +74,7 @@ plugins/check_badmailfrom > plugins/check_badmailfromto > plugins/check_badrcptto > plugins/check_badrcptto_patterns > +plugins/check_bogus_bounce > plugins/check_basicheaders > plugins/check_earlytalker > plugins/check_loop > @@ -146,6 +148,7 @@ t/plugin_tests/auth/auth_flat_file > t/plugin_tests/auth/authdeny > t/plugin_tests/auth/authnull > t/plugin_tests/check_badrcptto > +t/plugin_tests/greylisting > t/plugin_tests/dnsbl > t/plugin_tests/rcpt_ok > t/qpsmtpd-address.t > diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP > index d341b38..bc39413 100644 > --- a/MANIFEST.SKIP > +++ b/MANIFEST.SKIP > @@ -29,3 +29,4 @@ output/.* > ^\.git/.* > ^cover_db/ > \.(orig|rej)$ > +packaging > -- > 1.7.0.6 >