On Tue, Mar 11, 2003 at 08:55:10PM -0800, David wrote:
> I have my outgoing filter set up with append=bare so that addresses
> that I send mail to are added to my whitelist.

[...]

> So I'm trying to figure out how to add a filter that says "put the
> addresses of all sent mail into the whitelist... except if the address
> contains '-confirm-' in it."

So, in your outgoing filter you currently have something like:

  to [EMAIL PROTECTED] bare=append

What about adding a rule on a line before this one that catches the confirm
addresses?

  to [EMAIL PROTECTED] bare
  to [EMAIL PROTECTED] bare=append

First match wins, so the *-confirm-* rule would override the bare=append 
rule.  

Cory

--
Cory Wright
Stand Blue Technology
http://www.standblue.net/
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to