<div dir="ltr">Hi People,<br><br>I'm use dovecot in my mailbox system, until last month i used the dovecot version 2.0 and now i use version 2.2, version 2.2 works well for me, but i have one small problem, in sieve.<br><br>In version 2.0 i had rules in sieve similiar to rule bellow:<br><br> if allof (true){<br>  keep;<br>  fileinto "INBOX";<br>  redirect "xxxxxx"<a href="http://xxxxxx.com.br">xxxxxx.com.br</a>";<br>  stop;<br>  }<br><br>In the new version 2.2 this rules above, i have one problem duplicate messages in account from my clients, in paste INBOX, therefore, i changed rule to bellow ( with remove fileinto inbox)<br><br> if allof (true){<br>  keep;<br>  redirect "xxxxxx"<a href="http://xxxxxx.com.br">xxxxxx.com.br</a>";<br>  stop;<br>  }<br><br>Dovecot really changed your behavor, i did right to fix this ?<br><br>Thanks a Lot,<br>Marcelo </div>