--nextPart1729844.ThoPerB7OP
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
hello list
hello all "the" guru
it's my first post
I present to you a problem that I can not solve this alone deals mimedefang=
and perl
I am currently facing this code in mimedefang
$gi =3D Geo::IP->new(GEOIP_STANDARD);
$country =3D $gi->country_code_by_name($Helo);
action_add_header("X-Header-Country", "$country");
then I get the good result
after i test this
gi =3D Geo::IP->new(GEOIP_STANDARD);
$gi =3D Geo::IP->open("/usr/share/GeoIP/GeoIP.dat",GEOIP_STANDARD):
($country, $region) =3D $gi->region_by_name($Helo);
action_add_header("X-Header-Country", "$country");
action_add_header("X-Header-Region", "$region");
the result does not appear so in this case
any ideas ?
=2D-
http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0x0921 64A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
--nextPart1729844.ThoPerB7OP
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBNsbi2tXI/OwkhZKcRAuhFAJ43raf0NE4RvEMdIkAL/r9ZqkX03gCf RulO
Rf2p4fvovO+WmcpdruDpM+0=
=yWHa
-----END PGP SIGNATURE-----
--nextPart1729844.ThoPerB7OP--
