[Mailman-Users] attachment problems

2010-03-01 Thread jeremy croft

I have a list serve with you and for some reason we can no longer send 
attachments through. Can you please help me to fix this issue? Thank you.Jeremy 
   
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/201469229/direct/01/
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] attachment problems

2010-03-01 Thread Mark Sapiro
jeremy croft wrote:


I have a list serve with you and for some reason we can no longer send 
attachments through. Can you please help me to fix this issue? Thank 
you.Jeremy   


You do not have a list serv [1] with us. We are the GNU Mailman
project, not LSoft.

You may have a Mailman list using our software, but it is not with us
unless it's address is @python.org.

Your issue, if it is a Mailman list, is with the list's content
filtering options. If you are not the list owner, you need to contact
the list owner at an address like listname-ow...@listdomain where
listn...@listdomain is the list's posting address and -owner is
literally that.

If you are the list owner, you need to adjust your list's Content
filtering settings (or turn of filter_content) in the list's web admin
interface to do what you want.



[1] Please do not refer to Mailman lists as 'listservs'. Listserv(r) is
a registered trademark[2] owned by the developer of a particular email
list management product, and it shouldn't be used generically.

My personal interest in this is not to protect the Listserv(r)
trademark, but rather to avoid confusing Listserv(r) email list
management software with any other email list management software
including GNU Mailman of which I am a developer.

[2] http://www.lsoft.com/corporate/trademark.asp

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] attachment problems

2004-10-20 Thread Evrim Saltoglu
I'm using mailman version 2.1.5. I have two problems about attachments.

1. When I send a mail from a webmail, in mail list it appears with an
attachment like Part 1.2, and in that attachment, there is the
footer message we set for our mailing list. How can I remove this?

2. When I want to send image attachments, it doesn't show anything, a
blank mail comes to the list. Can you tell me the configurations I
need to apply, to allow all types of image attchments...

thanks.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] attachment problems

2004-10-20 Thread Mark Sapiro
Evrim Saltoglu wrote:

I'm using mailman version 2.1.5. I have two problems about attachments.

1. When I send a mail from a webmail, in mail list it appears with an
attachment like Part 1.2, and in that attachment, there is the
footer message we set for our mailing list. How can I remove this?

Read FAQ article 4.39

Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py


2. When I want to send image attachments, it doesn't show anything, a
blank mail comes to the list. Can you tell me the configurations I
need to apply, to allow all types of image attchments...

Go to your list's Content filtering page.

If you want to allow anything, just set filter_content to no.

If you just want to allow plain text and image attachments, try the
following as a starting point

filter_content - Yes

filter_mime_types - empty

pass_mime_types - as follows

multipart/mixed
multipart/alternative
message/rfc822
text/plain
image/bmp
image/gif
image/jpeg
image/png
image/tiff

You may find you want other image/ content-types, but those above will
allow most images. You may or may not want images from
multipart/related parts in which case you can add multipart/related to
the above list.

You may also find that some users MUAs send some images as
application/octet-stream. This is wrong on their part - don't allow
this type unless you want to allow everything.

See also ftp://ftp.iana.org/assignments/media-types/image/index.html

and the file named mime.types in your apache configuration (if you have
apache).

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Attachment problems

2004-03-29 Thread ichankl
Hi,
Mailman is the default mailing list application offered by my web hosting
company through its web-based control panel interface.

I created a mailing list but we have been experiencing problems with attachments.
Whenever an email message with an attachment is sent to the mailing list,
the email message gets through to all recipients but the attachment (whether
a Word document, image, PDF or Excel file etc) will always be scrubbed and
shows up as a unopenable .dat file. The attachment is also scrubbed at the
list archives so there's no way list members can view the attachment. 

Does anyone have any advice how to get around this problem, so that attachments
can pass through successfully in the original message to all recipients?

I have the content filtering option set to No, and have not placed any
limits on message size.

Thanks
Iris Chan


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


RE: [Mailman-Users] Attachment problems

2004-03-29 Thread CARTER Anthony
Hi,

Take a look in the management console in the content filtering options.
Check out the pass types. You could add some attachment types (mine are as
below) to allow excel files through. Don't know exactly what you would need
to put, but any good html documentation would be able to tell you what the
attachment type is for an excel spreadsheet.


multipart/mixed
multipart/alternative
text/plain


This is an idea, dunno if it will work. Please note that the pass types that
are NOT listed are scrubbed.

Anthony



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 29 March 2004 13:54
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] Attachment problems


Hi,
Mailman is the default mailing list application offered by my web hosting
company through its web-based control panel interface.

I created a mailing list but we have been experiencing problems with
attachments.
Whenever an email message with an attachment is sent to the mailing list,
the email message gets through to all recipients but the attachment (whether
a Word document, image, PDF or Excel file etc) will always be scrubbed and
shows up as a unopenable .dat file. The attachment is also scrubbed at the
list archives so there's no way list members can view the attachment. 

Does anyone have any advice how to get around this problem, so that
attachments
can pass through successfully in the original message to all recipients?

I have the content filtering option set to No, and have not placed any
limits on message size.

Thanks
Iris Chan


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/