WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Email attachments

Re: Email attachments

by tim.bell-2 :: Rate this Message:

| View in Thread

David sent me a two examples:

 http://mail.openjdk.java.net/pipermail/core-libs-dev/2011-October/007864.html

 http://mail.openjdk.java.net/pipermail/core-libs-dev/2011-October/007910.html

One was pilot error (forgot to attach the file(s) after writing up the
email message).  The other one was attached, but the .ksh file
extension confounded mailman (Python, actually) so the results weren't
pretty.

Mailman is not particularly kind to attachments, but I changed the
configuration to tolerate them a bit better as suggested here [1]:

SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False
SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION = True

If this helps, good.  If not, we can take them back out.

Tim

[1] http://www.mail-archive.com/mailman-users@.../msg54218.html

 « Return to Thread: Email attachments