Quoting "Jason R. Mastaler" <[EMAIL PROTECTED]>: > 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.
Far too obvious:-) That'll certainly work. I'm a teeny bit worried it'll match a bit too much with all those wildcards, but I guess that is pretty unlikely. The headers equivalent already caught one of those spam! Is 'headers' *seriously* lower performance, for a single-recipient box with a few mailing list subscriptions? -- Stephen Warren, Software Engineer, Parama Networks, San Jose, CA [EMAIL PROTECTED] http://www.wwwdotorg.org/ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
