Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Bounce bug?

Quote Reply
Bounce bug?
I use this for the first line in the bounce message:

To: <%if to%><%to%><%else%>Unable to determine recipient address<%endif%>

But that comes through email as:

To: & lt; test@example.com & gt;

I've put a space after the & in this example as this forum displays the proper < and >, but when you receive this bounce by email you get the 4 characters to either side of the address.

How can this be fixed or the characters deleted?


Regards

Jason

Quote Reply
Re: Bounce bug? In reply to
Hi,

Edit GMail.pm and change in sub parse_message lines 425, 434:

escape => 1

to:

escape => 0

We'll fix this in the next release.

Cheers,

Alex

--
Gossamer Threads Inc.