Re[2]: external editor in BAT?

2003-01-21 Thread Bill Kraski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Charlie, Wednesday, January 22, 2003, 12:07:05 AM, you wrote: CK> You still have not explained what exactly you mean when you say TB CK> always uses only action "open" for found protocol, ignoring CK> "default" action as it were..bu

Re: external editor in BAT?

2003-01-21 Thread Charlie Kroeger
> Then Daniel Grunberg said: > You also must tell your browser how to find TheBat! See "Making TB > work with browsers" under: > > TheBat! | Help | Help Topics | Contents | Help and Troubleshooting | Common Errors This doesn't solve my problem this only makes TB the choice of email client for any

Re: Filter - Regexp writing to memo field

2003-01-21 Thread Leif Gregory
Hi Marck, On Wed, 22 Jan 2003, at 02:52:10 [GMT +] (which was 7:52 PM where I live) you wrote: MDP> The only solution I can think of is to have a special bounce MDP> handling folder containing one text file per member with the MDP> bounce count in it, i.e. [EMAIL PROTECTED] Yeah, I thought a

Re: Filter - Regexp writing to memo field

2003-01-21 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Leif, @21-Jan-2003, 19:38 -0700 (02:38 UK time) Leif Gregory [LG] in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] said: LG> Now the regexp matching isn't a problem, and I'm sure the adding LG> a number is possible, but writing to the memo field I'm th

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Miguel A. Urech wrote... >> That is 2:01am on 22nd January for you... right? > Nope, it is (was) 01:01am :) The +0100 means just show the difference > with GMT. I knew I had something backwards... couldn't remember if t

Filter - Regexp writing to memo field

2003-01-21 Thread Leif Gregory
Hello users, I've been thinking (yes, I know I could hurt myself doing that) about some way in which to utilize the memo field of an address book contact. My ultimate goal is a way to track bounces, but I'd settle right now for any thoughts on modifying the memo field contents during filtering. H

Re: Need help with Regex in filter

2003-01-21 Thread Carsten Thönges
* "Miguel A. Urech" writes: > 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. ((?:\nReferences:[^\n]*?)(?:\n\s[^\n]*?)*(@ermspain.com>)) This one finds your FQDM (here @ermspain.com>) in the References: header lines o

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Jonathan, > I'm not sure what the "" option means under the > filters, and cannot find anything in the help. It is the default group, None. Just try it, edit colour groups and assign a background or font colour to it and see what happens. -- Best regards, Miguel A. Urech (El Escorial - S

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Miguel A. Urech wrote... >> So are all messages that come in assigned a colour group? If they >> don't match a certain other criteria, they are assigned to the >> "Generic Group" colour? > I don't know when are the incom

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Miguel A. Urech
Hello Jonathan, > That is 2:01am on 22nd January for you... right? Nope, it is (was) 01:01am :) The +0100 means just show the difference with GMT. > Well for me that same date is being displayed to me as 6:01pm. TB! > has calculated the date the message was created relative to my time. > The sam

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Jonathan, > So are all messages that come in assigned a colour group? If they > don't match a certain other criteria, they are assigned to the > "Generic Group" colour? Or are the ones that have been processed been > assigned that colour group? If the former, then yes, I'd probably > conside

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Miguel A. Urech wrote... >> "If you look in the Advanced tab in the Sorting Office, you'll find >> an option called "Messages is newer than", simply check it and >> leave it to zero. And, it will filter everything dated t

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Miguel A. Urech wrote... > Anyway, when I have some time I will re-test to see if I can > understand why it fails when selecting "Message is associated with a > Colour Group" - "Generic Group". A bug perhaps? So are all

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Miguel A. Urech
Hello Manuel, >"If you look in the Advanced tab in the Sorting Office, you'll find >an option called "Messages is newer than", simply check it and >leave it to zero. And, it will filter everything dated tomorrow and >beyond. If you set it to anything else than zero, then the >f

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Jonathan, > Then replace Sender with Kludges again, and in the strings part, make > a regex that matches the other fields, such as: > > X-Envelope-From|From|: <[EMAIL PROTECTED]> No, if I include X-Envelope-To then I would match any message at all because *all* message include X-Envelope-

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Manuel Diaz
Hello Miguel A. Urech, On 2003-01-21, at 23:50 CET, you wrote in <[EMAIL PROTECTED]">mid:[EMAIL PROTECTED]> > I think that will not work because it only accepts positives numbers > and then, newer than N means less than N days old. According to

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Miguel A. Urech wrote... >> Strings: <.*?@ermspain.com> >> Location: Kludges >> Presence: Yes >> >> AND >> >> Strings: <[EMAIL PROTECTED]> >> Location: Sender >> Presence: No > Not exactly. Maybe I should have given mor

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Miguel A. Urech
Hello Gerd, >> Is it possible to make a filter which filters messages where the >> creation date is newer than "now"? Because many spam message sender >> set the creation date like something in 2012... > > SortingOffice, Incoming Mail, tab Advanced, "Message is newer than..." I think that will no

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello, >> Anyway, why don't you look for "Message-ID:\s*<.*?@ermspain.com>" >> so you don't need to look for your email-address. > > Because I'm looking in messages not from me in the References: header > line(s). Although I should have added that I don't mind matching my own messages. -- Best

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Jonathan, > 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?). Th

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Gerd Ewald wrote... >> I thought Miguel's requirements were the other way around. I'm sure > [...] >> This would mean that your filter would only match if he was >> searching for messages he had sent, but from the

Re: Need help with Regex in filter

2003-01-21 Thread Gerd Ewald
Hello Jonathan Angliss ! On Tue, 21 Jan 2003 15:39:35 -0600 GMT your local time, which was 21.01.2003, 22:39 (GMT+0100) where I live, you (Jonathan Angliss) wrote in [EMAIL PROTECTED]:">mid:[EMAIL PROTECTED]: > I thought Miguel's requirements were the other way around. I'm sure [...] >

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Gerd Ewald wrote... >>> Anyway, why don't you look for "Message-ID:\s*<.*?@ermspain.com>" >>> so you don't need to look for your email-address. >> Not all hosts add that kind of message-id... Some add: >> randomidhere

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Gerd, > To have a positive match "\[EMAIL PROTECTED]>" should already work I'll try this one also, thanks. > Anyway, why don't you look for "Message-ID:\s*<.*?@ermspain.com>" > so you don't need to look for your email-address. Because I'm looking in messages not from me in the References:

Re: Filtering messages with creation date newer than now?

2003-01-21 Thread Gerd Ewald
Hello Malte Schomers ! On Tue, 21 Jan 2003 20:48:44 +0100 GMT your local time, which was 21.01.2003, 20:48 (GMT+0100) where I live, you (Malte Schomers) wrote in [EMAIL PROTECTED]:">mid:[EMAIL PROTECTED]: > Is it possible to make a filter which filters messages where the > creation date is ne

Re: Need help with Regex in filter

2003-01-21 Thread Gerd Ewald
Hello Jonathan Angliss ! On Tue, 21 Jan 2003 14:59:11 -0600 GMT your local time, which was 21.01.2003, 21:59 (GMT+0100) where I live, you (Jonathan Angliss) wrote in [EMAIL PROTECTED]:">mid:[EMAIL PROTECTED]: >> Anyway, why don't you look for "Message-ID:\s*<.*?@ermspain.com>" so >> you don't

Re: Need help with Regex in filter

2003-01-21 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, January 21, 2003, Gerd Ewald wrote... > Anyway, why don't you look for "Message-ID:\s*<.*?@ermspain.com>" so > you don't need to look for your email-address. Not all hosts add that kind of message-id... Some add: randomidhere@computern

Re: Need help with Regex in filter

2003-01-21 Thread Gerd Ewald
Hello Miguel A. Urech ! On Mon, 20 Jan 2003 17:18:39 +0100 GMT your local time, which was 20.01.2003, 17:18 (GMT+0100) where I live, you (Miguel Urech) wrote in [EMAIL PROTECTED]:">mid:[EMAIL PROTECTED]: > Strings: <.*\[EMAIL PROTECTED]> > Location: Kludges > Presence: Yes > And I have selec

Filtering messages with creation date newer than now?

2003-01-21 Thread Malte Schomers
Hi! Is it possible to make a filter which filters messages where the creation date is newer than "now"? Because many spam message sender set the creation date like something in 2012... Thanks, Malte -- ** Malte Schomers ** mailto:[EMAIL PROTECTED] ** ** Using The Bat! v1.63/b2 on Windows XP SP1

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Brano, > try [0-9]@ermspain.com Ahhh! That's a good one, thanks. I'll certainly try. -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat! v1.61 Current version is 1.61 | "Using TBTECH" information: http://www.si

Re: Need help with Regex in filter

2003-01-21 Thread Miguel A. Urech
Hello Manuel, > No, makes * ungreedy in this case 8-) Glups! You are right. I said I'm not a Regex expert :-( -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat! v1.61 Current version is 1.61 | "Using TBTECH" informa

Re: Need help with Regex in filter

2003-01-21 Thread Brano
Miguel A. Urech [MAU], on Monday, January 20, 2003 at 17:18 (+0100) thinks about in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] : MAU> Strings: <.*\[EMAIL PROTECTED]> MAU> Location: Kludges MAU> Presence: Yes try [0-9]@ermspain.com -- ...m8s, cu l8r, Brano. ["Voulez-vous ce couchez avec moi ce