Hi, > When filtering using Kludges, I'm kind of puzzled ...
> For example, I get mail from a mailing list where the sender may be > one of > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > etc > There is no guarantee as to what node it will come from or whether > they'll introduce a new node. So, I'd rather not introduce a lot of > alternative filters. > As if that's not enough I get another list from the same hosts ... > [EMAIL PROTECTED] With that data you may try to 'accept @a.xyz.com and not [EMAIL PROTECTED]'. Or 'accept listb@?.xyz.com' where ? should be any character. For the last one a regexp like 'list\@.\.xyz\.com' would solve the problem. Cheers, Lu�s Avelino Rel�gio -- ________________________________________________________ Archives : http://tbudl.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] TBTech List: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Latest Vers: 1.53d FAQ : http://faq.thebat.dutaint.com

