In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >Is there other ways to configure sendmail with RBL????
If you arn't using ancient sendmail, (woody's is fine) use the dnsbl feature in your sendmail.mc: (examples from my sendmail.mc, see the web pages before you use any dnsbl) FEATURE(`dnsbl',`relays.osirusoft.com',`"mail from open relays and spammers refused, see http://relays.osirusoft.com"')dnl FEATURE(`dnsbl',`relays.ordb.org',`"mail from open relays refused, see http://www.ordb.org"')dnl FEATURE(`dnsbl',`block.blars.org',`"mail from spamming sites refused, see http://www.blars.org/errors/block.html"')dnl see www.sendmail.org for details, they have an antispam page. -- Blars Blarson [EMAIL PROTECTED] http://www.blars.org/blars.html "Text is a way we cheat time." -- Patrick Nielsen Hayden -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

