[arpwatch_sendmail] Un-flowage

Ignore-this: 5d9a5b8e070cd042a97e9aec5ac5f848

darcs-hash:20091011025111-ffbb2-a87900d8fce26fc8611f83382577f6bd72ae90a9.gz
This commit is contained in:
Nicolas Dandrimont 2009-10-11 04:51:11 +02:00
parent 63240b093d
commit c54cfa7648

View file

@ -25,7 +25,7 @@ if __name__ == "__main__":
i = textes.index(u'\n') i = textes.index(u'\n')
textes[i-1:i-1] = [ textes[i-1:i-1] = [
u'MIME-Version: 1.0\n', 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', u'Content-Transfer-Encoding: 8bit\n',
] ]