OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Meng Weng Wong (mengwongdumbo.pobox.com)
Date: Fri Jan 05 2001 - 12:18:49 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Thu, Jan 04, 2001 at 10:24:55AM -0600, J.D. Bronson wrote:
    |
    | These people try to use open-relays and simply forge the 'From' part.
    |
    | I want to BLOCK any email with a FROM:*msn.com from reaching my machine.
    |

    wouldn't it make more sense to just use

        maps_rbl_domains = relays.mail-abuse.org, ...
        smtpd_sender_restrictions = ..., reject_maps_rbl, ...

    meng