11 Apr 2011 22:49
19 Apr 2011 02:04
add X-AntiAbuse header
fakessh <fakessh <at> fakessh.eu>
2011-04-19 00:04:13 GMT
2011-04-19 00:04:13 GMT
hello guru of list hello all the people of the list I can not write to file mimedefang-filter instructions for writing the header X-anti-abuse can you help me please -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7
hello guru of list hello all the people of the list I can not write to file mimedefang-filter instructions for writing the header X-anti-abuse can you help me please -- -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7
19 Apr 2011 03:01
Re: add X-AntiAbuse header
fakessh <fakessh <at> fakessh.eu>
2011-04-19 01:01:31 GMT
2011-04-19 01:01:31 GMT
On Tue, 19 Apr 2011 02:04:13 +0200, fakessh wrote: > hello guru of list > hello all the people of the list > > > I can not write to file mimedefang-filter instructions for writing > the header > X-anti-abuse > > can you help me please thanks all it's work fine greet RTFM with perl header X-AntiAbuse inserted
20 Apr 2011 00:44
what are the different headers possible?
fakessh <fakessh <at> fakessh.eu>
2011-04-19 22:44:47 GMT
2011-04-19 22:44:47 GMT
hello guru of mimedefang I just saw that there were other available mimedefang header as X-anti-abuse on the list it appears X-Bayes-Prob: 0.0001 (Score 0, tokens from: <at> <at> RPTN, nolinks) X-CanIt-Geo: ip=94.23.60.***; country=FR; latitude=**.0000; longitude=2.0000; http://maps.google.com/maps?q=**.0000,2.0000&z=6 X-CanItPRO-Stream: nolinks (inherits from default) X-Canit-Stats-ID: 0****b33C - 3aaf****718c - 20110418 X-CanIt-Archived-As: base/201****8/C / 01****3C headers you can give me an explanation of this series of header and how to incorporate them into my machine this is a good reliable software and loves PERL thanks -- -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7
hello guru of mimedefang I just saw that there were other available mimedefang header as X-anti-abuse on the list it appears X-Bayes-Prob: 0.0001 (Score 0, tokens from: <at> <at> RPTN, nolinks)(Continue reading)
20 Apr 2011 13:01
Re: what are the different headers possible?
David F. Skoll <dfs <at> roaringpenguin.com>
2011-04-20 11:01:47 GMT
2011-04-20 11:01:47 GMT
On Wed, 20 Apr 2011 00:44:47 +0200 fakessh <fakessh <at> fakessh.eu> wrote: > X-Bayes-Prob: 0.0001 (Score 0, tokens from: <at> <at> RPTN, nolinks) > X-CanIt-Geo: ip=94.23.60.***; country=FR; latitude=**.0000; > longitude=2.0000; http://maps.google.com/maps?q=**.0000,2.0000&z=6 > X-CanItPRO-Stream: nolinks (inherits from default) > X-Canit-Stats-ID: 0****b33C - 3aaf****718c - 20110418 > X-CanIt-Archived-As: base/201****8/C / 01****3C Those headers are all added by our commercial CanIt software. http://roaringpenguin.com/products Regards, David.
20 Apr 2011 16:26
Re: what are the different headers possible?
fakessh <fakessh <at> fakessh.eu>
2011-04-20 14:26:54 GMT
2011-04-20 14:26:54 GMT
Le mercredi 20 avril 2011 13:01, David F. Skoll a écrit : > On Wed, 20 Apr 2011 00:44:47 +0200 > > fakessh <fakessh <at> fakessh.eu> wrote: > > X-Bayes-Prob: 0.0001 (Score 0, tokens from: <at> <at> RPTN, nolinks) > > X-CanIt-Geo: ip=94.23.60.***; country=FR; latitude=**.0000; > > longitude=2.0000; http://maps.google.com/maps?q=**.0000,2.0000&z=6 > > X-CanItPRO-Stream: nolinks (inherits from default) > > X-Canit-Stats-ID: 0****b33C - 3aaf****718c - 20110418 > > X-CanIt-Archived-As: base/201****8/C / 01****3C > > Those headers are all added by our commercial CanIt software. > > http://roaringpenguin.com/products > > Regards, > > David. i wrote a minimal perl script without succes exemple a perl script my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat", GEOIP_STANDARD); my ($country, $region) = $gi->region_by_name($Helo); action_add_header("X-Header-Country", "$country"); action_add_header("X-Header-Region", "$region"); can you tell me how to make it work. headers are added but empty thanks(Continue reading)
20 Apr 2011 16:52
Re: what are the different headers possible?
Joseph Brennan <brennan <at> columbia.edu>
2011-04-20 14:52:08 GMT
2011-04-20 14:52:08 GMT
--On Wednesday, April 20, 2011 16:26 +0200 fakessh <fakessh <at> fakessh.eu>
wrote:
> i wrote a minimal perl script without succes
>
> exemple a perl script
> my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat", GEOIP_STANDARD);
> my ($country, $region) = $gi->region_by_name($Helo);
> action_add_header("X-Header-Country", "$country");
> action_add_header("X-Header-Region", "$region");
>
> can you tell me how to make it work. headers are added but empty
I'm not familiar with Geo::IP, but you seem to be getting no output
from the function. If it expects an IP address, use $RelayAddr.
$Helo is whatever string the remote host says, and sometimes it is
garbage. Maybe you just had one of those cases.
Joseph Brennan
Columbia University Information Technology
20 Apr 2011 21:59
selinux exception when calling send_mail()
Philip Prindeville <philipp_subx <at> redfish-solutions.com>
2011-04-20 19:59:05 GMT
2011-04-20 19:59:05 GMT
We don't use procmail locally to deliver suspect messages into a "spam" folder. We just change the recipient and invoke send_mail() on the offending message instead. Apparently this wasn't a scenario that the Fedora folks envisioned when they wrote the spamd_t selinux policy. I've filed a bug because we've been bumping up against this: https://bugzilla.redhat.com/show_bug.cgi?id=698398 when we transitioned from "permissive" to "enforcing". Just a heads up about the issue. -Philip
21 Apr 2011 01:36
Re: what are the different headers possible?
fakessh <fakessh <at> fakessh.eu>
2011-04-20 23:36:28 GMT
2011-04-20 23:36:28 GMT
Le mercredi 20 avril 2011 16:52, Joseph Brennan a écrit :
> --On Wednesday, April 20, 2011 16:26 +0200 fakessh <fakessh <at> fakessh.eu>
>
> wrote:
> > i wrote a minimal perl script without succes
> >
> > exemple a perl script
> > my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat", GEOIP_STANDARD);
> > my ($country, $region) = $gi->region_by_name($Helo);
> > action_add_header("X-Header-Country", "$country");
> > action_add_header("X-Header-Region", "$region");
> >
> > can you tell me how to make it work. headers are added but empty
>
> I'm not familiar with Geo::IP, but you seem to be getting no output
> from the function. If it expects an IP address, use $RelayAddr.
>
> $Helo is whatever string the remote host says, and sometimes it is
> garbage. Maybe you just had one of those cases.
>
> Joseph Brennan
> Columbia University Information Technology
>
changes made without any result: here is my code
my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat",
GEOIP_STANDARD);
my ($country, $region) = $gi->region_by_name($RelayAddr);
action_add_header("X-Header-Country", "$country");
(Continue reading)
21 Apr 2011 09:10
Re: what are the different headers possible?
Steffen Kaiser <skmimedefang <at> smail.inf.fh-bonn-rhein-sieg.de>
2011-04-21 07:10:08 GMT
2011-04-21 07:10:08 GMT
On Thu, 21 Apr 2011, fakessh wrote:
Hi fakessh,
please keep in mind that MIMEDefang bases on a complete programming
language with plenty of modules. You need to learn this language in order
to get the configuration work in a production environment properly.
> changes made without any result: here is my code
>
> my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat",
> GEOIP_STANDARD);
> my ($country, $region) = $gi->region_by_name($RelayAddr);
> action_add_header("X-Header-Country", "$country");
> action_add_header("X-Header-Region", "$region");
I don't use Geo::IP either (as Joseph Brennan), but I refer to the doc on
http://search.cpan.org/~borisz/Geo-IP-1.38/lib/Geo/IP.pm
citate:
"
( $country, $region ) = $gi->region_by_addr('24.24.24.24');
Returns a list containing country and region. If region and/or country is
unknown, undef is returned. Sure this works only for region databases.
( $country, $region ) = $gi->region_by_name('www.xyz.com');
Returns a list containing country and region. If region and/or country is
unknown, undef is returned. Sure this works only for region databases.
"
(Continue reading)
RSS Feed