UseBB Community

The official board for UseBB help and discussion

UseBB Community » Bug Reports » [FIXED] From in e-mail messages gets split

[FIXED] From in e-mail messages gets split

Page: 1

Author Post
Member
Registered: Jan 2006
Posts: 6
Location: Cuautla, Morelos, México
Hi, i can't find something thread about that.

In my forum site, i use the last stable version of usebb, in my site have a title something that:

"Mi forum is Great"

But when send mass email, the from email is wrong, the title is split into many from address:

mi@server.mail.com,
forum@server.mail.com,
is@server.mail.com,
great <adminforum@server.mail.com>


And the last word have the correct forum admin email address, Is possible fix this ?

greetings, sorry my english is bad :oops:
_______________
"hechando a perder se aprende"
« Last edit by Dietrich on Sat Jul 28, 2007 12:18 pm. »
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
Could you download an updated version of functions.php and try if the problem still occurs?
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Jan 2006
Posts: 6
Location: Cuautla, Morelos, México
Dietrich wrote
Could you download an updated version of functions.php and try if the problem still occurs?


Hi sure, i download and test the file :mrgreen:, the issue is corrected thank's :mrgreen:

In my title have "México", and the "é" is show with wrong encoding, in the header's of email, can see:

Quote
X-Mailer: UseBB
From: "Mis Foros, México" <admin@mail.server.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit


maybe the order the header's affect the encoding in the from, may be:

Quote
X-Mailer: UseBB
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
From: "Mis Foros, México" <admin@mail.server.com>


This is possible fix the encoding ?, the encoding in my forum's is iso-8859-1 :'(

Greetings and sorry my english is bad :oops:
_______________
"hechando a perder se aprende"
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
Don't know about that, you could try changing the order in the PHP code, but it should be just fine. As you can see your email is having the right encoding set (charset=iso-8859-1).

Character sets have always been a pain to work with in PHP, that's why I'm switching to UTF-8 with UseBB 2.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog

Page: 1

UseBB Community » Bug Reports » [FIXED] From in e-mail messages gets split

UseBB Community is powered by UseBB 1 Forum Software