-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Peter,
@04 May 2002, 05:11:17 +0200 (04:11 UK time) Peter Fjelsten wrote in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] > To me this indicates that the name is not extracted right (I am not > complaining about your work, just trying to help you help me <g>)? Correct (on both counts <g>). > The name extractor is: > %REGEXPTEXT='.*\n(?-m)navn:\s(.*)\n' > Could it be that the first lines of the e-mail is wreaking havoc? "-ish" >> Subject: xxx >> Nedenfor er resultatet af din e-mail formular. >> Indsendt af [EMAIL PROTECTED] >> >> navn: AAA BBB CCC > I just noticed! These lines ("Nedenfor..." and "Indsendt...") are not > shown as part of the body in TheBat - they were in Eudora. Does this > change anything? Yes - means "navn:" is the first line in the message. Use this instead: %REGEXPTEXT='(?U-m)navn:\s(.*)\n' %REGEXPTEXT='(?U-m)mail:\s(.*)\n' works for the address too. - -- 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) iD8DBQE806zGOeQkq5KdzaARAi04AJ9bKdLxrLIo7gK8owZsPZFA0zhWegCgp36z 7ihgc19T4Xj5N/PEZIhp1nE= =DOtl -----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

