Web Server Back Online

Ron Jensen etech at jentronics.com
Thu Sep 1 12:40:28 CDT 2005


In reading the FAQ at http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.046.htp
I came to the impression that the mime-type and extension must match.  If they don't
the extension is changed to .bin.

I checked /etc/mime.types on my etch system and there is no text/x-patch.  'diff' is listed
as a file type under text/plain.

As an experiment I am attaching an ASCII text file to this e-mail with a .txt and a .diff 
extention, each file will get a mime type of text/plain and text/x-patch.

Let's see what mailman does...

Ron

-------------- next part --------------

# MAKE distclean before a CVS update!

if [ -e cvs.log ]
then
	if [ -e cvs.log.old ]
	then
		rm cvs.log.old
	fi
	mv cvs.log cvs.log.old
fi

make distclean
cvs update -PAd >cvs.log; less cvs.log
./configure  --prefix=/usr
make depend
make



-------------- next part --------------
A non-text attachment was scrubbed...
Name: ronsnotes.txt
Type: text/x-patch
Size: 242 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20050901/3534ff04/ronsnotes.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ronsnotes.diff
Type: text/x-patch
Size: 242 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20050901/3534ff04/ronsnotes-0001.bin
-------------- next part --------------

# MAKE distclean before a CVS update!

if [ -e cvs.log ]
then
	if [ -e cvs.log.old ]
	then
		rm cvs.log.old
	fi
	mv cvs.log cvs.log.old
fi

make distclean
cvs update -PAd >cvs.log; less cvs.log
./configure  --prefix=/usr
make depend
make





More information about the wine-devel mailing list