> isn�t it a little bit strange 2.0a3 runs fine with the
> config.xml copied from 2.1a1, and 2.1a1 sends all mails
> to spam?)

It is strange that you are having a problem with your own IP, but 2.0a3's
InSpammerBlacklist matcher is broken, and the one in 2.1a1 works (AFAIK).  I
use it all the time:

         <mailet match="InSpammerBlacklist=relays.osirusoft.com"
                 class="ToProcessor">
           <processor> spam </processor>
           <notice> Rejected - see http://relays.osirusoft.com/ </notice>
         </mailet>

         <mailet match="InSpammerBlacklist=relays.ordb.org"
                 class="ToProcessor">
           <processor> spam </processor>
           <notice> Rejected - see http://www.ordb.org/ </notice>
         </mailet>

If for some reason you find that you ARE in a DNSRBL, you can always
whitelist yourself.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to