Old Friend?

Why this odd subject line with simple message... 

image.jpg · 106.2K · 695 views
Csampson
Quote · 15 Oct 2013

Nothing on this at all?

Csampson
Quote · 18 Oct 2013

That is a text message; are you saying that the text message is showing up inside of Dolphin?

Geeks, making the world a better place
Quote · 18 Oct 2013

 

http://www.boonex.com/forums/?action=goto&search=1#action=goto&search_result=1&utf&tlts&0&&topics&0

 

No I have my text email address in my notifications email the problem is look at the subject line...

This is something that has been discussed for years...

Csampson
Quote · 18 Oct 2013

The subject of the topic was not clear to be, and maybe others, and may be why you did not get any responses.

So an old bug is rearing its ugly head once again.  Which means that the source of the bug was either never attempted to be found by Boonex, or that Boonex was unable to find the source of the bug.  My guess would be that Boonex never looked to try and find the source of the bug.

Geeks, making the world a better place
Quote · 18 Oct 2013

So what is it?

Csampson
Quote · 18 Oct 2013

Most likely a bug with the email template parser.  There should have been some investigation by Boonex but my guess this was ignored like a lot of other bugs over the years.  Out of sight, out of mind; if we pretend it does not exist, then it doesn't.

Geeks, making the world a better place
Quote · 19 Oct 2013

So can someone who knows answer this as I will not stop until someone from Boonex does!  Everyday single day until it is resolved!!! 24/7 baby... 

Csampson
Quote · 20 Oct 2013

Does this also happen when you read the message in your email client?

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 20 Oct 2013

 

Does this also happen when you read the message in your email client?

 Well I am not sure as I get it in the form of a text message but I can't see how it would change it...

Csampson
Quote · 20 Oct 2013

I ask because it looks exactly like a bug I experienced over 1 year ago occurring with some email providers. I fixed it by myself. As far as I know it was related to parts in the code where the email was prepared and always /r/n or /n/r was used. I changed to /r or /n and no broken emails arrived anymore. It really looks same and only happens with some freemail providers.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 20 Oct 2013

Great so can you tell me how you did that in detail...So I can do the same...

Csampson
Quote · 20 Oct 2013

I don't know if this works for you but you can try this (used in 7.0.9)

Open

     inc/utils.inc.php

find

     function sendMail(

replace all occurences of

      \r\n

in this function only with just

      \n

Clear cache, try again. If its not working undo the changes (should be 3)

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 21 Oct 2013

\r \n are returns and newlines.

Geeks, making the world a better place
Quote · 21 Oct 2013

Yes, and sending two of them breaks the header for some providers, but not all.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 21 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.