updated MANIFEST with new bin/ file

This commit is contained in:
Matt Simerson 2014-11-10 16:29:59 -08:00
parent 4acf8602bd
commit 3acc6dd3d9
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 {