-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday, January 21, 2003, Gerd Ewald wrote...
>>> Anyway, why don't you look for "Message-ID:\s*<.*[email protected]>" >>> so you don't need to look for your email-address. >> Not all hosts add that kind of message-id... Some add: >> randomidhere@computername > You mean that "computername" is not in any case my domain/host? If so, then > Miguels version won't work either :-/ Miguel's original regex would catch any emails addressed to, from, and cc'd to him as well, as it just looks at the kludges, as well as what he was after (matching on the references header). >> Which I think is still correct. A good example that I just pulled up >> is: >> Message-ID: <000201c2c08c$c355cdd0$2800000a@TONYCOLINS> > That's what I meant: in the kludges Miguel will find this kind of > line and he could use the regex to find the right one without > matching his own mail-address. I thought Miguel's requirements were the other way around. I'm sure I was recently an email that was trying to use regex to move certain domains to a spam folder or something like that, and my wires have become crossed. I just re-read Miguel's requirements, and he'd asked: ,----- [ [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] ] | I need/want to set up a manual filter to flag messages that include a | MID from me (my domain) in the References header line. `----- This would mean that your filter would only match if he was searching for messages he had sent, but from the description he's looking to flag messages he has replies to. But also from his description, he's looking to *not* flag his own emails (am I right?). This'd require a multi-part filter (using AND instead of OR), and doing something like this: Strings: <.*[email protected]> Location: Kludges Presence: Yes AND Strings: <[EMAIL PROTECTED]> Location: Sender Presence: No Or did I miss the requirements for the filter? - -- Jonathan Angliss ([EMAIL PROTECTED]) -----BEGIN PGP SIGNATURE----- iQA/AwUBPi2+GyuD6BT4/R9zEQJZyQCgtXyO5glq4BAhuMi/E0RhfFtlQrUAoOar 10TrsgcRfiHHJjJHptx22fvF =G7jH -----END PGP SIGNATURE----- ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
