-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello listarchive maintainers,
I think I figured this one out. MHonArc has a default header exclude list that it uses when generating the message headers for the archive. Message-Id is on this list (see: /usr/share/doc/mhonarc/resources/excs.html). To fix this, we need to override the default list and exclude everything on it, except for Message-Id. The following patch against debian.rc does this. I know this is an easy one, but I want to make sure I'm on the right track before tackling the more challenging bugs. Joe Nahmias, DD wannabe PS - there's lots of spam in this bug, how do we clean that up? - -=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=- - --- debian.rc.orig 2003-03-14 10:59:53.000000000 -0500 +++ debian.rc 2003-03-16 15:15:16.000000000 -0500 @@ -45,7 +45,23 @@ </idxsize> <!-- Message customization ---------------------------------------------------> - -<excs> +<Excs Override> +content- +errors-to +forward +lines +<!-- message-id --> +mime- +nntp- +originator +path +precedence +received +replied +return-path +status +via +x- resent- importance priority @@ -68,6 +84,15 @@ <body> </msgpgbegin> +<FieldOrder> +To +Subject +From +Date +Message-Id +-extra- +</FieldOrder> + <!-- timezones (mhonarch subtracts offsets) ----------------------------------> <timezones> NST: 3.5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+dOKkKl23+OYWEqURAmYVAKCoT4dkr6IAqBcJPxnOnM6pyHq0MwCgklrY 539vo1dxWYxJ4+COyNsI2b0= =o9G9 -----END PGP SIGNATURE-----