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
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
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
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
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
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
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
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
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