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 {