On Tue, Dec 14, 2004 at 05:06:30PM +0000, josh wrote:
> Why doesn't the "to" source match against the "To:" header field for the
> incoming filter?

You could do it this way by adding the following to your incoming filter:

        header '^To:[EMAIL PROTECTED]' ok
        header '^Cc:[EMAIL PROTECTED]' ok

Or you could put all of this in a file at ~/.tmda/lists/white.headers.  The
file would look like this:

        ^To:[EMAIL PROTECTED]
        ^Cc:[EMAIL PROTECTED]

Then you'd add the following to your incoming file:

        header-file ~/.tmda/lists/white.headers ok

Cheers,
- Mark
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to