[Mailman-Users] Re: Demime is what's killing my archives!!!

Tom Neff tneff at bigfoot.com
Sat Nov 11 05:58:11 CET 2000


Yes, demime eats the envelope From_ header.  You have three options:

 [1] Wrap demime in a script that strips, saves and restores the From_ 
line, like

	{ read fl ; demime - | { echo $fl ; cat ; } ; }

 [2] use the -f1 switch to reformail(8), the tool supplied with maildrop(8).

	demime - | reformail -f1

 [3] Hack demime.  It's just a Perl script.

--On Friday, November 10, 2000 11:27 PM -0500 
mailman-users-request at python.org wrote:

> Demime is what's killing my archives!!!








More information about the Mailman-Users mailing list