The only difference between src/smtp between master and 0.7 is the
following:
ixion:~/devel> diff zotonic/src/smtp/ zotonic-0.7.x/src/smtp/
diff zotonic/src/smtp//z_email_server.erl
zotonic-0.7.x/src/smtp//z_email_server.erl
238,240c238,240
< [{relay, z_config:get(smtp_host, "localhost")},
< {port, z_config:get(smtp_port, 25)},
< {ssl, z_config:get(smtp_ssl, false)}]
---
> [{relay, z_config:get(smtp_host)},
> {port, z_config:get(smtp_port)},
> {ssl, z_config:get(smtp_ssl)}]
274,280c274,275
< undefined ->
< case z_config:get(smtp_bounce_email_override) of
< undefined -> "noreply+"++MessageId;
< VERP -> z_convert:to_list(VERP)
< end;
< VERP ->
< z_convert:to_list(VERP)
---
> undefined -> "noreply+"++MessageId;
> VERP -> z_convert:to_list(VERP)
Does not seem related to this problem.
Arjan
On 01/28/2012 01:10 PM, Marc Worrell wrote:
> I remember fixing it, don't exactly know when though. As currently I am
> sick and can't go through the logs.
>
> The problem, as far as I can remember, was that yahoo wanted a newline
> after the last mime separator.
>
> - Marc
>
> Sent from my iPhone
>
> On 27 jan. 2012, at 17:59, Michael Connors <conn...@gmail.com
> <mailto:conn...@gmail.com>> wrote:
>
>> Hi Again,
>>
>> It appears that this email problem has gone away in Zotonic 0.8 dev.
>>
>> Does anyone know what the fix was? As I would like to backport it to 0.7.
>>
>> Michael
>>
>> On 27 January 2012 17:43, Michael Connors <conn...@gmail.com