From 3acc6dd3d99b7bfeb7bad87fa33af68dced22781 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 10 Nov 2014 16:29:59 -0800 Subject: [PATCH] updated MANIFEST with new bin/ file --- MANIFEST | 2 ++ plugins/ident/geoip | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 4ebdec3..89a1018 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ .gitignore .travis.yml +bin/geolite-mirror-simple.pl bin/install_deps.pl Changes config.sample/badhelo @@ -161,6 +162,7 @@ t/config/flat_auth_pw t/config/invalid_resolvable_fromhost t/config/norelayclients t/config/plugins +t/config/postgrey_whitelist_clients t/config/public_suffix_list t/config/rcpthosts t/config/relayclients diff --git a/plugins/ident/geoip b/plugins/ident/geoip index 9f60fd5..bb8b193 100644 --- a/plugins/ident/geoip +++ b/plugins/ident/geoip @@ -151,7 +151,7 @@ sub load_geoip1 { # Instead, attempt to reopen upon connect if the DB connection fails. $self->init_my_country_code(); - $self->register_hook('connect', 'geoip_lookup'); + $self->register_hook('connect', 'geoip_lookup'); } sub load_geoip2 {