>is it possible to have all users whitelisted unless they are >added to the blacklist?
Rules are processed in order, so if you place something like this in your incoming filter, you'd probably get what you asked for: # Reject from blacklist. from-file -autocdb ~/.tmda/lists/blacklist bounce # Accept everything else. from * accept - wolf - _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
