On Monday, November 23, 2009 at 19:39 CET, Susan Day <suzieprogram...@gmail.com> wrote:
> On Mon, Nov 23, 2009 at 1:30 PM, Bradley Giesbrecht < > bradley.giesbre...@gmail.com> wrote: > > > I'm not sure what you are doing. I use '%0A' for html mailto links. > > That didn't work for me. Here's an example line from my code: > > msg = 'Here is the order from %s:%0A%0A %s' % (string.replace(client, '_', > ' '), order) > > Ignores both your %0A and my \n Please advise. This is the mailing list for Postfix, not Python. Because this is Python, right? You still haven't given us any context or background. Common escape sequences like \n are recognized by Python, so your \n should be translated to the actual \n character (ASCII 10). Depending on the context, this may or may not be the right thing to do. Anyway, please take your question to an appropriate forum. -- Magnus Bäck mag...@dsek.lth.se