[imp] from and to-address getting clipped

Karl Soulabaille karl.soulabaille@free.fr
Tue, 16 Oct 2001 19:17:24 +0200


Le Mardi 16 Octobre 2001 17:36, vous avez écrit :
> I have a strange problem with HORDE 1.2.6 / IMP 2.2.6:
> If I have an address with some custom username, the address is badly
> rewrited. in my defaults.php3:
> $default->from_server = 'netkeke.com';
>
> With an email sent to someone@somedomain.com (To: someone@somedomain.com)
> there is no problem.
> But with a to-address like that:
> To: "CustomUserName" <someone@somedomain.com>
> the email is sent to CustomUserName@netkeke.com (Arghhh).
> I'm using postfix and everything seems to be ok, since
>
>   > sendmail someone@somedomain.com
>
>   From: "CustomSender" <sender@foo.com>
>   To: "CustomUserName" <someone@somedomain.com>
>   Subject: Test
>   test
>   <- dot
> works well.
>
> If anyone can help me ... :)
>
> PhantOm
> Cycom ca blaste! http://cycom.netkeke.com

I have the same problem on my server.
I use PHP-4.0.8dev and Sendmail.
But it is mailer independant because the mail saving in sent folder has also 
bad address.

Karl