Bill Bedford wrote:
>I have a mailing list where any attachments are scrubbed. This for the
>most part works very well, however some list member have complained
>that they are not are to save images when they are viewed from the url
>presented at the bottom of a message. The image will open in
I have a mailing list where any attachments are scrubbed. This for the
most part works very well, however some list member have complained
that they are not are to save images when they are viewed from the url
presented at the bottom of a message. The image will open in a web
browser, but attem
John [H2O] wrote:
>
> cmd = "python %s" % pyFile
> run_cmd(cmd)
> dbg.write("file: %s contains:\n %s \n\nFinished at: %s\n" %
> (name,body,datetime.datetime.now()))
> run_cmd(cmd)
> dbg.close()
>
>
Apparently, I'm just tired! ...
--
View this message in conte
Well, I finally gave up and renamed the list! It is working now. However, I'm
having another challenge. I'm trying to create a filter that will accept
messages with a specific combination of user/subject/attachment type and
then execute the attachment as a python file. But it seems the file is
act