> On Nov 24, 2015, at 10:24 , Andy A <[email protected]> wrote:
> 
> Oh. I already looked at the send_email sub in
> 
> util.pm
> guest.pm
> activation.pm 
> 
> and tried adding utf-8 as content type etc. but that didn't change anything 
> in the DKIM verification.
> I tried the changes based on one of the tickets (#899) on 'Standardize 
> sending email and setting encoding' and fixed by Derek.
> 
> I also tried sending an email using 'mail' and loading the message directly 
> from the template. That passed DKIM verification as well. So it's not the 
> message template itself either. 
> 

Right. I suspect (without any proof yet) that it’s not the template per-se but 
the processing of it through the templating engine.

I.e. the template could be correct but after being processed it comes out with 
lines wrapped.

> Is there anything else I can look at?


If I am correct about that, the issue is what comes out of send_email(). 

You could try to reproduce the issue by using TT (the template toolkit) to 
preprocess the email without sending it.
Then have a look at what that outputs and see if the lines are wrapped.

That’s how I would go about it.

Of course I could be entirely wrong in my speculations. That has been known to 
happen...

Regards,
--
Louis Munro
[email protected]  ::  www.inverse.ca 
+1.514.447.4918 x125  :: +1 (866) 353-6153 x125
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to