<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Wakelin wrote:
<blockquote cite="mid42EF7B9B.8090107@reading.ac.uk" type="cite">
  <blockquote type="cite">
    <pre wrap="">
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think ... /%d/%1u/%1.1u/%n ... should work.

&gt;From docs/variables.txt :-

You can take a substring of the variable by giving optional offset
followed by '.' and width after the '%' character. For example %2u gives
first two characters of the username. %2.1u gives third character of the
username. If offset points outside the value, empty string is returned.

So by my reading, "%1u" is the same as "%0.1u", "%2u" is "%0.2u" and you
want "%1.1u"!

Best Wishes,
Chris

  </pre>
</blockquote>
<br>
&nbsp;&nbsp;&nbsp; Thanks for your help Chris,<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; I was testing dovecot-0.99.14 and didn't work out. Now
I 'll try dovecot-1.0-test79 in order to see what happens.<br>
<br>
<br>
&nbsp;&nbsp;&nbsp; Best Regards,<br>
<pre class="moz-signature" cols="72">-- 
Guillermo Llenas
Tecnolog&iacute;a
Inter.net Argentina
________________________
+54 011 6328-1500
fax 0054 11 6328-1530
<a class="moz-txt-link-abbreviated" href="http://www.ar.inter.net">www.ar.inter.net</a>
<a class="moz-txt-link-abbreviated" href="mailto:guillermo.llenas@team.ar.inter.net">guillermo.llenas@team.ar.inter.net</a></pre>
</body>
</html>