Hallo Britt,

On Sun, 18 Jul 2004 12:59:04 +0200GMT (18-7-2004, 12:59 +0200, where I
live), you wrote:

BM> I thought about something like that, but I cannot figure out how to do
BM> that. I guess it should be simple, but ... :-( It has been too long
BM> time since I worked with regexp.

I'd hoped somebody else would've answered, since my regexp is not
only rusty, but has never been anything more than virtually non
existent.

But with the help of http://www.silverstones.com/thebat/Regex.html I
found something

BM> One filter called "signup", where I filter only on normal words.

Yep

BM> I make an auto reply, in which I should use the regexpt I guess.

Yep

BM> How do I go from:

BM> ,----- [ The only code I know ] ------
BM> | Navn: (.*?\n)
BM> | 
BM> | E-mail: (.*?\n)
BM> `------------------------------------------------------------------------

BM> To actually making a reply to the name and email address I find?

Try this:

%To=""%To='"%SetPattRegExp=_(is?)(.*?)Navn:\s(.*?)\n(.*?)E-mail:\s(.*?)\n_%-
%RegExpBlindMatch=_%Text_%-
%SubPatt=_3_" <%SubPatt=_5_>'

When I used this in a folder template used on your message it gave me
a To: header with:
"(.?\n)" <(.*?\n)>
So it should work.

>> Now you have an outgoing message with a known text. Filter on that
>> message and add the recipient to your address book.

BM> That part should be easy :-)

Yep.

-- 
Groetjes, Roelof

Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies 
or rabbits.


________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to