Hi, Andres, sorry for my late :(.
I've tried :
import re
s = '/o=CREDIT-SUISSE/ou=CH-CS/cn=Recipients/cn=a872...@credit-suisse.com
exam...@yahoo.com'
email = '([A-Z0-9\._%-]{1,4...@[a-z0-9\.-]{1,45}\.{1,10}[A-Z]{2,4})'
string = re.findall(email,s,re.IGNORECASE)
print string

i've got :

['a872...@credit-suisse.com', 'exam...@yahoo.com <s...@yahoo.com>']
So i think it correctly, what went wrong here
/o=CREDIT-SUISSE/ou=CH-CS/cn=Recipients/cn=A87214 ?
I see your code accept only A-Z, 0-9, dot, % and -.
PS:if i've mistake in my english, i'm really sorry.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to