Steve,
I am running james 2.2.0RC5 on suse linux 9.1 professional. I have tried the web check and the ip addresses are listed with several of the blacklists I am using. Below is some of my config.xml.
<processor name="root">
<mailet match="RelayLimit=30" class="Null"/>
<mailet match="InSpammerBlacklist=query.bondedsender.org"
class="ToProcessor">
<processor> transport </processor>
</mailet><mailet match="InSpammerBlacklist=sbl.spamhaus.org" class="ToProcessor">
<processor> spam </processor>
<notice> Rejected - see http://spamhaus.net/ </notice>
</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>
<mailet match="All" class="ToProcessor">
<processor> transport </processor>
</mailet>
</processor>
<processor name="spam"> <mailet match="All" class="ToRepository"> <repositoryPath>file://var/mail/spam/</repositoryPath> </mailet> </processor>
Kevin
From: "Steve Brewin" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "'James Users List'" <[EMAIL PROTECTED]> Subject: RE: spam blacklists Date: Mon, 23 Aug 2004 20:13:38 +0100
Kevin Burkart wrote: > Steve, > > I have the same blacklists set up and nothing gets filtered > to the spam > folder. I am getting aroung 100-200 spam emails a day I'm > tired of manually > deleting them.
What version of James are you running?
How are these mails being injected into James? SMTP, fetchmail or some other
means?
By "spam" do you mean mail sent from or relayed by senders whose IP you know
to be on one of the RBL's lists (try the web check I suggested earlier to
confirm)?
-- Steve
> > Kevin > > > >From: "Steve Brewin" <[EMAIL PROTECTED]> > >Reply-To: <[EMAIL PROTECTED]> > >To: "'James Users List'" <[EMAIL PROTECTED]> > >Subject: RE: spam blacklists > >Date: Sun, 22 Aug 2004 22:42:14 +0100 > > > >Kevin Burkart wrote: > > > Can someone help me set up a spam blacklist. I am using suse > > > linux. I have > > > tried spamhuas and spamcop. One sends everything to spam > and one sends > > > nothing to spam. Any help would be appreciated. > > > >The InSpammerBlacklist matcher works for me, of which there > are commented > >out examples in the default config.xml in the James distribution. eg: > > > ><mailet match="InSpammerBlacklist=dnsbl.njabl.org" > > class="ToProcessor"> > > <processor> spam </processor> > > <notice>550 Requested action not taken: rejected - see > >http://njabl.org/ </notice> > > </mailet> > > > >I am using sbl.spamhaus.org, dnsbl.njabl.org and relays.ordb.org. > > > >One caveat. I'm not collecting statistics on the hits that > each of the > >above > >are producing. I simply see that this combination pretty > reliably weeds out > >the majority of spam while not mis-classifying legitimate mail. > > > >I've never experienced everything being sent to spam. This could be > >something to do with your configuration or choice of RBL. As > most sites > >support a web-based query system I would suggest trying that > to understand > >how your chosen RBLs are interpreting what you consider to > be a legitimate > >address and then work backwards to identify where things are > going wrong. > > > >-- Steve > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > _________________________________________________________________ > Is your PC infected? Get a FREE online computer virus scan > from McAfee� > Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
