-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Peter,

@03 May 2002, 00:08:08 +0200 (23:08 UK time) Peter Fjelsten wrote in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED]

> Just tried it.

> When I apply this, the mail is addressed to "\\" (including the ").

> I have made a quick template called GETADDR containing
> %REGEXPTEXT="(?Uis).*\nmail:\s(.*\@.*)\s" and a GETNAME containing
> %REGEXPTEXT="(?Uis).*\nnavn:\s(.*)\n"

> What am I doing wrong?

It may be me - I was just guessing from what you *said* the format
was. No disrespect meant, but that may not have been a detailed enough
description to get the right answer. The main body of the GETADDR
macro is this:

.*      any number of character (including white space and line feeds).
\n      a CR/LF
mail:   immediately followed (beginning of new line) by "mail:" -
        NB: No spaces!
\s      One white space character
(       (Start recording)
.*\@.*  any number of characters, a literal '@' sign any number of
        characters up to ...
)       (Stop recording)
\s      A white space character.

Now, if you can think of a reason that logic wouldn't be able to pick
the address out of the line ... :-)

- --
Cheers -- .\\arck D. Pearlstone -- List moderator
SB! v1.60d/iKey1000-5523848F0B1 on Windows 2000 5.0.2195 Service Pack 2
·
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (MingW32)

iD8DBQE80xZFOeQkq5KdzaARAni7AJwJ5vr1A0h7o9y3CLlAvJHOIp3/6gCff29u
jRcFyHb9e64qxplxlpAAjkI=
=I+7x
-----END PGP SIGNATURE-----



________________________________________________________
Current Ver: 1.60i
FAQ        : http://faq.thebat.dutaint.com 
Unsubscribe: mailto:[EMAIL PROTECTED]
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Bug Reports: https://bt.ritlabs.com

Reply via email to