Chris Stromsoe | 11 Apr 2011 22:49
Favicon

MD with Sophos savdid using the SSSP protocol

Is anybody on-list running MD with Sophos savdid?  Especially interested 
if you're using SSSP instead of the sophie emulation (and what patches you 
applied to MD to get that working).

-Chris
fakessh | 19 Apr 2011 02:04
Picon

add X-AntiAbuse header

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
fakessh | 19 Apr 2011 03:01
Picon

Re: add X-AntiAbuse header

 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

fakessh | 20 Apr 2011 00:44
Picon

what are the different headers possible?

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)

David F. Skoll | 20 Apr 2011 13:01
Favicon

Re: what are the different headers possible?

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.
fakessh | 20 Apr 2011 16:26
Picon

Re: what are the different headers possible?

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)

Joseph Brennan | 20 Apr 2011 16:52
Favicon

Re: what are the different headers possible?


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

Philip Prindeville | 20 Apr 2011 21:59

selinux exception when calling send_mail()

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

fakessh | 21 Apr 2011 01:36
Picon

Re: what are the different headers possible?

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)

Steffen Kaiser | 21 Apr 2011 09:10
Picon

Re: what are the different headers possible?


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)


Gmane