On 20 Apr 2004 at 11:28, Murat Isik wrote: > within mimedefang itself, not on sendmail. I am trying to do this since I > will exclude some domains from spam checking like:
You *can* do this in MIMEDefang, but it's probably more efficient to do it in Sendmail. You'll need "feature(`delay_checks')" and "feature(`access_db)" in your m4 file, which will then allow you to bypass dnsbls through use of access.db entries like so: From:allowed.domain OK ---- Nels Lindquist <*> Information Systems Manager Morningstar Air Express Inc. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

