Sam Carleton <[EMAIL PROTECTED]> writes: > This is a GREAT idea, but is it not working flawlessly. I put this > rule above this line: > > from-file -autodbm ~/.tmda/lists/whitelist accept > > But this check is what is allowing the email through and never > delivering it to ehc-newaddress. Is there some why to make the > delivery take presendent over the whitelist?
The first entry in the file that matches applies, so just put the forward line before your whitelist, like: to [EMAIL PROTECTED] deliver=ehc-newaddress from-file -autodbm ~/.tmda/lists/whitelist accept _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
