On Fri, Oct 28, 2011 at 03:14:12PM +0300, [email protected] wrote:
> > For example, with my certificate, the SSL peer debug shows:
> > /C=FR/ST=Ille-et-Vilaine/O=Home/OU=Computing/CN=Nicolas 
> > KOWALSKI/[email protected]
> > 
> > I currently extract the emailAddress using a double extract, first by 
> > choosing the last field (separated by /), then a simple extract using 
> > emailAddress as key. 
> > 
> > ${extract{emailAddress}{${extract{-1}{/}{${tls_peerdn}}}}}
> > 
> > Obviously, this will fail if the /-separated last field is not the 
> > emailAddress.
> 
> ${extract{emailAddress}{$sg{$tls_peerdn}{/}{ }}}

Thanks for your help Lena, I will try your solution.

-- 
Nicolas

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to