<div dir="ltr">On Fri, Jun 7, 2013 at 1:22 PM, f immenroth <span dir="ltr">&lt;<a href="mailto:f.immenroth@klinikum-braunschweig.de" target="_blank">f.immenroth@klinikum-braunschweig.de</a>&gt;</span> wrote:<div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="font-style:normal;font-variant:normal;font-weight:normal;font-size:10pt;line-height:normal;font-family:Arial;margin:4px 4px 1px">
<div>The error is located in MailScanner. After changing all lines with &quot;{to}&quot; in it in /usr/lib/MailScanner/MailScanner/Postfix.pm from </div>
<div> </div>
<div>        push @{$message-&gt;{to}}, lc($recdata);</div>
<div> </div>
<div>to</div>
<div><br>        push @{$message-&gt;{to}}, $recdata;</div>
<div> </div>
<div>the mailadress is unchanged.</div>
<div><br></div></div></blockquote><div><br></div><div>Florian,</div><div><br></div><div>Can you file an issue on github, we can maybe add a extra config to handle this. <a href="https://github.com/MailScanner/MailScanner/issues/new">https://github.com/MailScanner/MailScanner/issues/new</a></div>
<div><br></div><div>Regards,</div><div>Stephen </div></div></div></div>