[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#330933: wrong MIME header in confirmation challenge



tag 330933 +patch
thanks

Hello,

> | Content-Type: text/plain; charset=ISO-8859-15
> | Content-Transfert-Encoding: 8bit
> 
>     There are 3 problems:
> 
>  -1) "Transfer" has a typo final "t".
> 
>  -2) Body really contains US-Ascii 7 bits, so those fields should
> perhaps not be inserted at all (no need to state default values).
> 
>  -3) If those fields were necessary, there lacks a "MIME-Version: 1.0"
> field to complete the MIME triplet.

I agree with all, and option two is indeed the best solution here. The
attached patch just removes the two unnecessary lines.


Thijs
Index: conf_tpl.txt
===================================================================
RCS file: /cvs/qa/pts/etc/conf_tpl.txt,v
retrieving revision 1.2
diff -u -r1.2 conf_tpl.txt
--- conf_tpl.txt	22 Feb 2006 12:58:46 -0000	1.2
+++ conf_tpl.txt	10 Mar 2006 19:37:46 -0000
@@ -2,8 +2,6 @@
 To: @EMAIL@
 Bcc: archive-outgoing-control@packages.qa.debian.org
 Subject: CONFIRM @KEY@
-Content-Type: text/plain; charset=ISO-8859-15
-Content-Transfert-Encoding: 8bit
 
 Hello,
 

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: