On Sunday, November 11, 2001, 11:30:29, Dierk Haasis wrote: > Maybe you can first make a filter to move *all* messages into one > folder (Inbox) of one account (Main). That way it is all automatic and > done in a few seconds. The filter criterion would be something like > "Search for 'e' or '@'".
Very often when people want to filter _every_ message they search for "e" or the "@". Should work all the time really, but it seems as if people don't know regular expressions (regex). If you check regex on the Options tab you can use ".*" (without the hyphens of course) as a wildcard. This way I could use "dave@.*edu" to filter any dave sending mail from an american university. stupid example, but it shows a bit how regex work. Regex are a very powerful tool. just my � 0.02 ;) Roman -- ________________________________________________________ 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

