Re: [Mailman-Users] Attachments - PDF Issue (SOLVED)

2003-11-05 Thread McKeever Chris
Richard and John, thanks for your submissions, I also found a way to do it directly to the Scrubber.py file: change the line: filebase, ignore = os.path.splitext(filename) to: filebase, ext = os.path.splitext(filename) seems to have done the trick. Bascially just uses the extension of the fi

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-05 Thread John DeCarlo
Chris, Again, changing Scrubber.py will affect all the lists on that server. Warning aside, I took a look at Scrubber.py. Look at the function save_attachment(). The line 'ext = guess_extension(ctype, fnext)' tries to guess the proper file extension based on the extension of the file name in t

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-05 Thread Richard Barrett
Chris On Wednesday, November 5, 2003, at 03:25 pm, McKeever Chris wrote: On Wed, 5 Nov 2003 08:03 , Richard Barrett <[EMAIL PROTECTED]> sent: On Wednesday, November 5, 2003, at 12:58 am, McKeever Chris wrote: I am trying to figure out how to resolve PDF's being converted into .obj extension

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-05 Thread McKeever Chris
On Wed, 5 Nov 2003 08:03 , Richard Barrett <[EMAIL PROTECTED]> sent: > >On Wednesday, November 5, 2003, at 12:58 am, McKeever Chris wrote: > >> I am trying to figure out how to resolve PDF's being converted into >> .obj extensions in the archive (they get sent to list subscribers >> still i

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-05 Thread Richard Barrett
On Wednesday, November 5, 2003, at 12:58 am, McKeever Chris wrote: I am trying to figure out how to resolve PDF's being converted into .obj extensions in the archive (they get sent to list subscribers still in .pdf form). I have tried sending from multiple clients (yahoo, our webmail, and

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-04 Thread McKeever Chris
On Tue, 4 Nov 2003 23:10 , Pablo Chamorro C. <[EMAIL PROTECTED]> sent: >I don't know how to do with pipermail. I use MHonARC as external >archiver. > >Pablo > >On Tue, 4 Nov 2003, McKeever Chris wrote: > >> On Tue, 4 Nov 2003 18:58 , McKeever Chris [EMAIL PROTECTED]> sent: >> >> >I am trying to

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-04 Thread Pablo Chamorro C.
I don't know how to do with pipermail. I use MHonARC as external archiver. Pablo On Tue, 4 Nov 2003, McKeever Chris wrote: > On Tue, 4 Nov 2003 18:58 , McKeever Chris <[EMAIL PROTECTED]> sent: > > >I am trying to figure out how to resolve PDF's being converted into > .obj extensions in the ar

Re: [Mailman-Users] Attachments - PDF Issue

2003-11-04 Thread McKeever Chris
On Tue, 4 Nov 2003 18:58 , McKeever Chris <[EMAIL PROTECTED]> sent: >I am trying to figure out how to resolve PDF's being converted into .obj extensions >in the archive (they get sent to list subscribers still in .pdf >form). > >I have tried sending from multiple clients (yahoo, our webmail, and

[Mailman-Users] Attachments - PDF Issue

2003-11-04 Thread McKeever Chris
I am trying to figure out how to resolve PDF's being converted into .obj extensions in the archive (they get sent to list subscribers still in .pdf form). I have tried sending from multiple clients (yahoo, our webmail, and Outlook Express) and I keep getting this issue. Ultimately, I would lik