Hi;
I have the following line of code I'm sending to postfix:

  msg = 'A Message From %s:\n\n %s' % (string.replace(customer, '_', ' '),
msg)

Unfortunately, it ignores the line breaks. I also tried %0A but that was
ignored also. Please advise.
TIA,
Suzie
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to