updated MANIFEST with new bin/ file
This commit is contained in:
parent
4acf8602bd
commit
3acc6dd3d9
2
MANIFEST
2
MANIFEST
@ -1,5 +1,6 @@
|
|||||||
.gitignore
|
.gitignore
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
bin/geolite-mirror-simple.pl
|
||||||
bin/install_deps.pl
|
bin/install_deps.pl
|
||||||
Changes
|
Changes
|
||||||
config.sample/badhelo
|
config.sample/badhelo
|
||||||
@ -161,6 +162,7 @@ t/config/flat_auth_pw
|
|||||||
t/config/invalid_resolvable_fromhost
|
t/config/invalid_resolvable_fromhost
|
||||||
t/config/norelayclients
|
t/config/norelayclients
|
||||||
t/config/plugins
|
t/config/plugins
|
||||||
|
t/config/postgrey_whitelist_clients
|
||||||
t/config/public_suffix_list
|
t/config/public_suffix_list
|
||||||
t/config/rcpthosts
|
t/config/rcpthosts
|
||||||
t/config/relayclients
|
t/config/relayclients
|
||||||
|
@ -151,7 +151,7 @@ sub load_geoip1 {
|
|||||||
# Instead, attempt to reopen upon connect if the DB connection fails.
|
# Instead, attempt to reopen upon connect if the DB connection fails.
|
||||||
$self->init_my_country_code();
|
$self->init_my_country_code();
|
||||||
|
|
||||||
$self->register_hook('connect', 'geoip_lookup');
|
$self->register_hook('connect', 'geoip_lookup');
|
||||||
}
|
}
|
||||||
|
|
||||||
sub load_geoip2 {
|
sub load_geoip2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user