I am trying to utilize the functionality of the REGEXP Selector, but am 
not quite getting results I want.

I would like to take the following string which is acquired via 
header_field|Received:

---
\t(Authenticated sender: em...@domain.tld)\tby mta-test(Postfix) with 
ESMTP id 9750031DD20\t
---

What I would like to do is determine if the header_filed|Received line 
contains the "Authenticated sender: " element, to then grab the email 
address from the string to output to a custom log template. Otherwise, I 
want to return an empty string.

The regex I was using: Authenticated\ssender\:\s

I must not be utilizing the nesting methodology that is incorporated in 
REGEXP Selector?

Any assistance or suggestions in direction would be appreciated.



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to