### Filter file for mmail # Murty's Mail Daemon version 1.0 # (c) Murty Rompalli 9/30/2001 # All rights reserved # Comments and blank lines ignored. # LHS: Recipient email or domain # RHS: list of emails/domains # If any entry begins with - on LHS, then all RHS entries will be # denied and the rest allowed. # If no - found on LHS, then all the RHS entries will be allowed and # the rest denied permission to send email. # Examples: # ourdomain.com can receive emails from friend1@ff.com, friend2@ab.com # only. # @ourdomain.com friend1@ff.com friend2@ab.com # joe@ourhost.com can receive emails from anyone except badguy@spam.com and # any user from spamdomain.com # -joe@ourhost.com badguy@spam.com @spamdomain.com