RE: [Mimedefang] URIBL/SURBL support

2006-11-28 Thread Joseph Brennan



--On Monday, November 27, 2006 15:49 -0600 Damrose, Mark 
[EMAIL PROTECTED] wrote:



-Original Message-
From: Joseph Brennan



# check it
my $resolver = new Net::DNS::Resolver;
$resolver-tcp_timeout(10);
$resolver-port(530);
my $query = $resolver-query($domainname);


Quick question.
Why is the port 530?  Are you running a local rsync of surbl using
rbldnsd?

For those using public DNS resolution, that should be 53 (or not set),
right?



Yes, that's a local nameserver with an rsync of surbl.  Sorry I forgot
about that.

Joseph Brennan
Lead Email Systems Engineer
Columbia University Information Technology

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: [Mimedefang] URIBL/SURBL support

2006-11-27 Thread Richard Laager
On Tue, 2006-11-21 at 10:13 -0500, Joseph Brennan wrote:
 
 --On Monday, November 20, 2006 12:56 -0800 Kelsey Cummings 
 [EMAIL PROTECTED] wrote:
 
  Has anyone written up generic URIBL or SURBL specific support for MD
  outside of using SpamAssassin?  Mind sharing?
 
 
 First you have to parse the URL out of text.  That's fun.  This
 works most of the time for plain text parts.

I use SpamAssassin's URL parsing for this. It's possible to do that
without running the SpamAssassin tests. While complex, this makes a huge
difference in terms of CPU power required.

However, why not just run the SURBL stuff via SpamAssassin?

Richard



signature.asc
Description: This is a digitally signed message part
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: [Mimedefang] URIBL/SURBL support

2006-11-27 Thread Kelsey Cummings
On Mon, Nov 27, 2006 at 01:16:55AM -0700, Richard Laager wrote:
 On Tue, 2006-11-21 at 10:13 -0500, Joseph Brennan wrote:
  
  --On Monday, November 20, 2006 12:56 -0800 Kelsey Cummings 
  [EMAIL PROTECTED] wrote:
  
   Has anyone written up generic URIBL or SURBL specific support for MD
   outside of using SpamAssassin?  Mind sharing?
  
  
  First you have to parse the URL out of text.  That's fun.  This
  works most of the time for plain text parts.
 
 I use SpamAssassin's URL parsing for this. It's possible to do that
 without running the SpamAssassin tests. While complex, this makes a huge
 difference in terms of CPU power required.
 
 However, why not just run the SURBL stuff via SpamAssassin?

Mostly because I don't have SpamAssassin installed on my MX servers where
MD is running and it is a lot of overhead for such a limited test.

-- 
Kelsey Cummings - [EMAIL PROTECTED]  sonic.net, inc.
System Architect  2260 Apollo Way
707.522.1000  Santa Rosa, CA 95407
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


RE: [Mimedefang] URIBL/SURBL support

2006-11-27 Thread Damrose, Mark
 -Original Message-
 From: Joseph Brennan

 # check it
 my $resolver = new Net::DNS::Resolver;
 $resolver-tcp_timeout(10);
 $resolver-port(530);
 my $query = $resolver-query($domainname);

Quick question.
Why is the port 530?  Are you running a local rsync of surbl using
rbldnsd?

For those using public DNS resolution, that should be 53 (or not set),
right?

___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang