You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Danny Angus <da...@apache.org> on 2003/05/12 11:09:50 UTC

MAPS RBL

Hi,

I didn't realise that MAPS RBL had become a commercial service (I do now, obviously!), should we still be shipping James configured to use it?

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org


RE: MAPS RBL

Posted by "Noel J. Bergman" <no...@devtech.com>.
Yes, I use them.

	--- Noel

-----Original Message-----
From: Danny Angus [mailto:danny@apache.org]
Sent: Monday, May 12, 2003 14:38
To: James Developers List
Subject: RE: MAPS RBL


If you've used them sucessfully I'd change it.

> -----Original Message-----
> From: Noel J. Bergman [mailto:noel@devtech.com]
> Sent: 12 May 2003 19:01
> To: James Developers List
> Subject: RE: MAPS RBL
>
>
> Danny,
>
> I agree.  I just built the 2.1.3 release package without changing the
> default, but I have not published it or tagged it.  I can easily
> change the
> default DNS RBL settings to use ordb and nbabl, two of which I use here.
>
> My proposed default would be:
>
>   <mailet match="InSpammerBlacklist=query.bondedsender.org"
>           class="ToProcessor">
>     <processor> transport </processor>
>   </mailet>
>
>   <mailet match="InSpammerBlacklist=dnsbl.njabl.org"
>           class="ToProcessor">
>     <processor> spam </processor>
>     <notice>550 Requested action not taken: rejected - see
http://njabl.org/
</notice>
  </mailet>

  <mailet match="InSpammerBlacklist=relays.ordb.org"
          class="ToProcessor">
    <processor> spam </processor>
    <notice>550 Requested action not taken: rejected - see
http://www.ordb.org/ </notice>
  </mailet>

That is a fairly minimal change to the configuration.  I plan to post a more
finely refactored configuration, based upon my live configuration, after we
release.

+1 for this change.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org


RE: MAPS RBL

Posted by Danny Angus <da...@apache.org>.
If you've used them sucessfully I'd change it.

> -----Original Message-----
> From: Noel J. Bergman [mailto:noel@devtech.com]
> Sent: 12 May 2003 19:01
> To: James Developers List
> Subject: RE: MAPS RBL
> 
> 
> Danny,
> 
> I agree.  I just built the 2.1.3 release package without changing the
> default, but I have not published it or tagged it.  I can easily 
> change the
> default DNS RBL settings to use ordb and nbabl, two of which I use here.
> 
> My proposed default would be:
> 
>   <mailet match="InSpammerBlacklist=query.bondedsender.org"
>           class="ToProcessor">
>     <processor> transport </processor>
>   </mailet>
> 
>   <mailet match="InSpammerBlacklist=dnsbl.njabl.org"
>           class="ToProcessor">
>     <processor> spam </processor>
>     <notice>550 Requested action not taken: rejected - see 
http://njabl.org/
</notice>
  </mailet>

  <mailet match="InSpammerBlacklist=relays.ordb.org"
          class="ToProcessor">
    <processor> spam </processor>
    <notice>550 Requested action not taken: rejected - see
http://www.ordb.org/ </notice>
  </mailet>

That is a fairly minimal change to the configuration.  I plan to post a more
finely refactored configuration, based upon my live configuration, after we
release.

+1 for this change.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org


RE: MAPS RBL

Posted by "Noel J. Bergman" <no...@devtech.com>.
Danny,

I agree.  I just built the 2.1.3 release package without changing the
default, but I have not published it or tagged it.  I can easily change the
default DNS RBL settings to use ordb and nbabl, two of which I use here.

My proposed default would be:

  <mailet match="InSpammerBlacklist=query.bondedsender.org"
          class="ToProcessor">
    <processor> transport </processor>
  </mailet>

  <mailet match="InSpammerBlacklist=dnsbl.njabl.org"
          class="ToProcessor">
    <processor> spam </processor>
    <notice>550 Requested action not taken: rejected - see http://njabl.org/
</notice>
  </mailet>

  <mailet match="InSpammerBlacklist=relays.ordb.org"
          class="ToProcessor">
    <processor> spam </processor>
    <notice>550 Requested action not taken: rejected - see
http://www.ordb.org/ </notice>
  </mailet>

That is a fairly minimal change to the configuration.  I plan to post a more
finely refactored configuration, based upon my live configuration, after we
release.

+1 for this change.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org