From c54cfa7648f942f7fed2122e734f766db9f9156d Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 11 Oct 2009 04:51:11 +0200 Subject: [PATCH] [arpwatch_sendmail] Un-flowage Ignore-this: 5d9a5b8e070cd042a97e9aec5ac5f848 darcs-hash:20091011025111-ffbb2-a87900d8fce26fc8611f83382577f6bd72ae90a9.gz --- surveillance/arpwatch_sendmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/arpwatch_sendmail.py b/surveillance/arpwatch_sendmail.py index 634b88d6..058e9714 100644 --- a/surveillance/arpwatch_sendmail.py +++ b/surveillance/arpwatch_sendmail.py @@ -25,7 +25,7 @@ if __name__ == "__main__": i = textes.index(u'\n') textes[i-1:i-1] = [ u'MIME-Version: 1.0\n', - u'Content-Type: text/plain; charset=UTF-8; format=flowed\n', + u'Content-Type: text/plain; charset=UTF-8\n', u'Content-Transfer-Encoding: 8bit\n', ]