Stephen Warren <[EMAIL PROTECTED]> writes:

> from (SMTP FROM) the following email address (with vary domains, but the
> same "user" part):
>
> [EMAIL PROTECTED]
>
> In my incoming filter, I wrote:
>
> from [EMAIL PROTECTED] hold
>
> Knowing that * was a wildcard, so I escaped it with \. This doesn't seem
> to match:

This may be too obvious, but what if you don't escape the wildcards?

  from [EMAIL PROTECTED] hold

This should work.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to