Re: [Mailman-Users] Attachment issue in Outlook

2020-02-11 Thread Mark Sapiro
On 2/11/20 1:55 AM, Kapil Dev Sharma wrote: > Hi, > > We allow users to send HTML or attachments and also we have msg_header > completed empty but mail also have an attachment like ATT1.txt, It's > from mailman side or any other setting which we have to do. Please suggest! What is the conten

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-11 Thread Jutta Wrage
Am 11.02.2020 um 10:55 schrieb Kapil Dev Sharma: > We allow users to send HTML or attachments and also we have msg_header > completed empty but mail also have an attachment like ATT1.txt, It's > from mailman side or any other setting which we have to do. Please suggest! My suggestion: The s

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-11 Thread Bruce Johnson
In my experience this is not a Mailman issue, per se, but an Exchange issue on the sender’s or recipient's end: https://community.spiceworks.com/topic/2164722-outlook-exchange-email-attachments-coming-through-as-att On Feb 11, 2020, at 2:55 AM, Kapil Dev Sharma mailto:kapildev.sha...@onsumaye.

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-11 Thread Kapil Dev Sharma
Hi, We allow users to send HTML or attachments and also we have msg_header completed empty but mail also have an attachment like ATT1.txt, It's from mailman side or any other setting which we have to do. Please suggest! Thanks, Kapil Dev Sharma On Tue, Feb 4, 2020 at 2:57 AM Mark Sapiro

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Mark Sapiro
On 2/3/20 5:43 AM, Kapil Dev Sharma wrote: Hi Team, We are using mailman 2.1.29. When sending the mail using Mailman, The email body content is sent as an attachment (ATT1.txt). We face this type of issues only in outlook. Could you please suggest us the solution for the same. What does y

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Christian F Buser via Mailman-Users
Hello Kapil Dev Sharma. On Mon, 3 Feb 2020 19:13:09 +0530, you wrote: > We are using mailman 2.1.29. When sending the mail using Mailman, The email > body content is sent as an attachment (ATT1.txt). We face this type of > issues only in outlook. Could you please suggest us the solution for th

Re: [Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Carl Zwanzig
On 2/3/2020 5:43 AM, Kapil Dev Sharma wrote: We are using mailman 2.1.29. When sending the mail using Mailman, The email body content is sent as an attachment (ATT1.txt). We face this type of issues only in outlook. Could you please suggest us the solution for the same. The best solution is

[Mailman-Users] Attachment issue in Outlook

2020-02-03 Thread Kapil Dev Sharma
Hi Team, We are using mailman 2.1.29. When sending the mail using Mailman, The email body content is sent as an attachment (ATT1.txt). We face this type of issues only in outlook. Could you please suggest us the solution for the same. If you already address this issue in any upgraded version

Re: [Mailman-Users] attachment size?

2013-12-10 Thread Larry Stone
On Tue, 10 Dec 2013, Glen Page wrote: Where do I control how large of an attachment a particular list will accept? I have a list member that needs to send an 8.6MB file to the list. I have message length set to 0 (max_message_size) but the message keeps getting rejected with a "552 5.3.4 Err

[Mailman-Users] attachment size?

2013-12-10 Thread Glen Page
Where do I control how large of an attachment a particular list will accept? I have a list member that needs to send an 8.6MB file to the list. I have message length set to 0 (max_message_size) but the message keeps getting rejected with a "552 5.3.4 Error: message file too big" message. Thanks

Re: [Mailman-Users] Attachment with welcome message

2013-02-12 Thread Tanstaafl
On 2013-02-12 3:00 PM, Mark Sapiro wrote: Carl Zwanzig wrote: That was my first thought. Put all the info in the main message (and make sure there's a readable text/plain part, too). Absolutely! (There's way too much attaching of word processing documents and PDFs where simple plain text wi

Re: [Mailman-Users] Attachment with welcome message

2013-02-12 Thread Mark Sapiro
Carl Zwanzig wrote: > >That was my first thought. Put all the info in the main message (and make >sure there's a readable text/plain part, too). Absolutely! (There's way too much attaching of word processing documents and PDFs where simple plain text will do). Just put the text of your guidelin

Re: [Mailman-Users] Attachment with welcome message

2013-02-12 Thread Carl Zwanzig
On 2/12/2013 6:37 AM, Brad Rogers wrote: On Tue, 12 Feb 2013 18:17:06 +0530 "Amit Bhatt" wrote: I wish to send an attached file with list guidelines via welcome Does it need to be an attachment? Why not enter the guidelines into the body of the message as plain text? That was my first th

Re: [Mailman-Users] Attachment with welcome message

2013-02-12 Thread Brad Rogers
On Tue, 12 Feb 2013 18:17:06 +0530 "Amit Bhatt" wrote: Hello Amit, >I wish to send an attached file with list guidelines via welcome Does it need to be an attachment? Why not enter the guidelines into the body of the message as plain text? Of course, 99.999% of people *don't* read the welcom

[Mailman-Users] Attachment with welcome message

2013-02-12 Thread Amit Bhatt
I wish to send an attached file with list guidelines via welcome message when the confirmation E-Mail reaches to the new subscriber. How can we do this? Thanks, Amit Bhatt -- Mailman-Users mailing list Mailman-Users@python.org http://mail.pyth

Re: [Mailman-Users] Attachment handling

2012-01-10 Thread Syafril Hermansyah
On 11/01/12 00:05, Mark Sapiro wrote: > If you want to scrub attachments only from 'large' messages, this > feature won't do it. You would need to do something such as creating a > custom handler (see ) that would invoke > the scrubber process only on large messages an

Re: [Mailman-Users] Attachment handling

2012-01-10 Thread Mark Sapiro
Syafril Hermansyah wrote: > >Oops wait a minute it seems there is something not working as expected. >Actually the message size not exceed the list size limit, but still >Mailman scrubbed by the attachment. >Where am I wrong? If you set scrub_nondigest to Yes, all attachments will be scrubbed

Re: [Mailman-Users] Attachment handling

2012-01-10 Thread Syafril Hermansyah
On 10/01/12 23:19, Syafril Hermansyah wrote: > Wow it work fine! > I don't even need to approve, the message passed through to the list > with attachment link listed for every single attachment. Oops wait a minute it seems there is something not working as expected. Actually the message size

Re: [Mailman-Users] Attachment handling

2012-01-10 Thread Syafril Hermansyah
On 10/01/12 16:02, Syafril Hermansyah wrote: >> > No, not without changes. At least not if the held message is not >> > approved. >> > If what you want is for max_message_size to apply to the message as >> > received before scrubbing, then that is what you will get without >> > making changes to

Re: [Mailman-Users] Attachment handling

2012-01-10 Thread Syafril Hermansyah
On 01/10/2012 12:25 PM, Mark Sapiro wrote: >> just need to confirm, if I set list restriction to 1024 KB (for example) >> will MailMan scrub the attachment (and making attachment linking, URL >> link) if the posting exceed 1024 KB? > > > No, not without changes. At least not if the held message i

Re: [Mailman-Users] Attachment handling

2012-01-09 Thread Mark Sapiro
Syafril Hermansyah wrote: > >I have read the archive > >http://www.mail-archive.com/mailman-users@python.org/msg58949.html > > >> i wan to know if there is a way to "detach" the attachment, place the >> file on a public web server and provide a link into the message to >> download the file from

[Mailman-Users] Attachment handling

2012-01-09 Thread Syafril Hermansyah
Hi there, I have read the archive http://www.mail-archive.com/mailman-users@python.org/msg58949.html > i wan to know if there is a way to "detach" the attachment, place the > file on a public web server and provide a link into the message to > download the file from the webserver. In the

Re: [Mailman-Users] attachment problem

2011-08-30 Thread Mark Sapiro
Iacopo Torrini wrote: > >In all the mailing lists I am running if somebody sends the mail with an >attachment, the mail disappears. It is not rejected nor bounced, it >seems like it went thru but nothing happens. > >If I sent a mail w/attachment from a NOTregistered mail, I receive the >bounce m

[Mailman-Users] attachment problem

2011-08-30 Thread Iacopo Torrini
Hi everybody, I am using mailman 2.1.10 and I think this is really a godsent application, stable and reliable. I am experiencing a problem though and I am not sure if it has to do with the mail server or if it a mailman bug. I cannot remember exactly when it started, so it is difficult to de

Re: [Mailman-Users] attachment handling

2011-04-04 Thread Mark Sapiro
On 4/4/2011 7:33 AM, Carlos R. Pasqualini wrote: > > i wan to know if there is a way to "detach" the attachment, place the > file on a public web server and provide a link into the message to > download the file from the webserver. In the list's web admin interface Non-digest options Section, se

[Mailman-Users] attachment handling

2011-04-04 Thread Carlos R. Pasqualini
Hi list i'm having trouble with attachments, because my users want to send mails with them and i don't want them to, so i've restricted the message size to 40kb. i wan to know if there is a way to "detach" the attachment, place the file on a public web server and provide a link into the message

Re: [Mailman-Users] Attachment size limit (or max_message_size)

2011-01-20 Thread Mark Sapiro
Scott Race wrote: >A few final questions to figure this out: > >1. Has this always been the design? The client seems to think that on his >old server the message would get kicked back before hitting the moderation >queue. If so that's cool, just want to make sure I'm not missing something. I

Re: [Mailman-Users] Attachment size limit (or max_message_size)

2011-01-20 Thread Scott Race
...@msapiro.net] Sent: Thursday, January 20, 2011 11:28 AM To: Scott Race; mailman-users@python.org Subject: Re: [Mailman-Users] Attachment size limit (or max_message_size) Scott Race wrote: >Ah, I see what's going on. So for the particular lists were working on, all >message

Re: [Mailman-Users] Attachment size limit (or max_message_size)

2011-01-20 Thread Mark Sapiro
Scott Race wrote: >Ah, I see what's going on. So for the particular lists were working on, all >messages to the list are held for moderation. So, it seems clicking "Accept" >will accept the message, even if the message size is too big. Yes, and further, if the messages are held because the po

Re: [Mailman-Users] Attachment size limit (or max_message_size)

2011-01-19 Thread Scott Race
hits moderation. Is that possible? Would adding GLOBAL_PIPELINE directives to mm_cfg.py get that done? Thanks! Scott -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Wednesday, January 19, 2011 1:22 PM To: Scott Race; mailman-users@python.org Subject: Re: [Mailman-Us

Re: [Mailman-Users] Attachment size limit (or max_message_size)

2011-01-19 Thread Mark Sapiro
Scott Race wrote: > >Running mailman 2.1.13 on RHEL5. From what I've read, the max_message_size >setting in a list will be the max size for the message text (body) plus >attachment. Therefore, max_message_size setting of 1000 would be >approximately a megabyte for the message and any attachmen

[Mailman-Users] Attachment size limit (or max_message_size)

2011-01-19 Thread Scott Race
Hello, Running mailman 2.1.13 on RHEL5. From what I've read, the max_message_size setting in a list will be the max size for the message text (body) plus attachment. Therefore, max_message_size setting of 1000 would be approximately a megabyte for the message and any attachments. I've set tha

Re: [Mailman-Users] attachment

2010-06-30 Thread Mark Sapiro
Brent Barrett wrote: >After posting messages, subscribers receive a txt attachment showing the name >of list and list url > >It is not needed and how can I turn off this feature This is the msg_footer. See the FAQ at for why this occurs and what you can do about it

[Mailman-Users] attachment

2010-06-30 Thread Brent Barrett
After posting messages, subscribers receive a txt attachment showing the name of list and list url It is not needed and how can I turn off this feature thanks -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman

Re: [Mailman-Users] Attachment delivery to different mail clients

2010-05-11 Thread Mark Sapiro
Dave Anderson wrote: > >We recently migrated our mailman server from a server with Version 2.1.1 to a >new server with Version 2.1.9. One of our mailing lists distributes a PDF file >attachment. However, when I switch to the new server the PDF would be >delivered to some MUAs fine, but other MUA

[Mailman-Users] Attachment delivery to different mail clients

2010-05-11 Thread Dave Anderson
Hello, We recently migrated our mailman server from a server with Version 2.1.1 to a new server with Version 2.1.9. One of our mailing lists distributes a PDF file attachment. However, when I switch to the new server the PDF would be delivered to some MUAs fine, but other MUAs would receive the

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,

[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

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-23 Thread Mark Dale
Hi Mark Your patch has worked a treat. Thank you very much for your patience and generosity. Many of us would be a long way up the proverbial creek if it weren't for your support. In summary, for those interested: Using Mailman 2.1.5 - in the Archives, the URL to attachments was being malformed

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-23 Thread Mark Sapiro
Mark Dale wrote: >Mark Sapiro wrote: > >> I have been able to duplicate the problem with the 2.1.5 version of >> Scrubber.py. I'll try to come up with a simple patch that you can >> apply to fix it. > >That would be brilliant! It is not clear if you saw my followup post with the patch. It's at

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-23 Thread Mark Dale
Mark Sapiro wrote: There is probably some incompatibility between the 2.1.9 Scrubber.py and the rest of your installation that threw an exception on mail with attachments. Check Mailman's error log and shunt queue. Yes, it was a shot in the dark replacing 2.1.5 Srubber with a 2.1.9 There are a

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-22 Thread Mark Sapiro
Mark Sapiro wrote: > >I have been able to duplicate the problem with the 2.1.5 version of >Scrubber.py. I'll try to come up with a simple patch that you can >apply to fix it. It is fixed in recent Scrubber.py versions. I think you'd be better off upgrading your Mailman, but if you want to try a p

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-22 Thread Mark Sapiro
Mark Dale wrote: >I also noticed that with the new Scrubber.py, emails with attachments >were neither delivered nor archived. Emails without attachments were okay. There is probably some incompatibility between the 2.1.9 Scrubber.py and the rest of your installation that threw an exception on ma

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-22 Thread Mark Dale
Hi Mark (Apologies for late reply, have been away) Yes, I sure did. And also rebooted the server (and checked that the qrunner was starting up on boot) I also noticed that with the new Scrubber.py, emails with attachments were neither delivered nor archived. Emails without attachments were okay.

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-20 Thread Mark Sapiro
Mark Dale wrote: > >> There have been many changes in Scrubber.py (the module which does >> this) since 2.1.5. I will look into it, but I don't know if I will be >> able to duplicate the problem. > >For what it's worth Mark, I copied a Scrubber.py from a Version 2.19 on >the wild chance that it mig

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-19 Thread Grant Taylor
On 11/18/2008 06:52 PM, Mark Dale wrote: Somehow an "=" gets inserted into the URL (see snippet below), and the links returns "Private archive file not found". *nod* If I recall correctly when "quoted=printable" encoding is used, the "=" at the end of the line by its self is an indication to

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-19 Thread Mark Dale
> There have been many changes in Scrubber.py (the module which does > this) since 2.1.5. I will look into it, but I don't know if I will be > able to duplicate the problem. For what it's worth Mark, I copied a Scrubber.py from a Version 2.19 on the wild chance that it might do some good - but a

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-19 Thread Mark Sapiro
Mark Dale wrote: > >In answer to your questions ... > >I am using Mailman version: 2.1.5 > >Subscribers can choose digest if they want. > >The link is broken in the digest messages, just like in the archive. > >The broken link happens for every PDF file, even though the PDF arrives >with the email.

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-18 Thread Mark Dale
Hi Mark In answer to your questions ... I am using Mailman version: 2.1.5 Subscribers can choose digest if they want. The link is broken in the digest messages, just like in the archive. The broken link happens for every PDF file, even though the PDF arrives with the email. (Doesn't arrive in

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-18 Thread Mark Sapiro
Mark Dale wrote: > >In the archives, the URL to attachments is getting mangled. > >Somehow an "=" gets inserted into the URL (see snippet below), and the >links returns "Private archive file not found". > >If I remove the "=" from the URL, all is well. > >Can anyone shed any light on this, and how

Re: [Mailman-Users] Attachment URL in the archive is mangled.

2008-11-18 Thread Brad Knowles
on 11/18/08 6:52 PM, Mark Dale said: Somehow an "=" gets inserted into the URL (see snippet below), and the links returns "Private archive file not found". That's URL-encoded line folding that is not being properly interpreted by the recipient. If I remove the "=" from the URL, all is well

[Mailman-Users] Attachment URL in the archive is mangled.

2008-11-18 Thread Mark Dale
Hi All In the archives, the URL to attachments is getting mangled. Somehow an "=" gets inserted into the URL (see snippet below), and the links returns "Private archive file not found". If I remove the "=" from the URL, all is well. Can anyone shed any light on this, and how I might correct th

Re: [Mailman-Users] Attachment downloading

2008-06-14 Thread Mark Sapiro
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

[Mailman-Users] Attachment downloading

2008-06-14 Thread Bill Bedford
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

Re: [Mailman-Users] Attachment URL's not working

2007-02-08 Thread Mark Sapiro
Michael Lee wrote: > >I've noticed that when I send e-mails with attachments (for example, either >an HTML message sent from my gmail account or an attached jpeg) to my test >list, I get the following footer > >blah message >-- next part -- >An HTML attachment was scrubbed

[Mailman-Users] Attachment URL's not working

2007-02-08 Thread Michael Lee
I've noticed that when I send e-mails with attachments (for example, either an HTML message sent from my gmail account or an attached jpeg) to my test list, I get the following footer blah message -- next part -- An HTML attachment was scrubbed... URL: http://lists.myexa

[Mailman-Users] attachment files

2005-08-09 Thread Jean-Philippe GIOLA
Hi all!! I would like to know, when a mail is sent to a list with a file in attachment, how mailman store it in the archives ? i-e the directory name where the attach file is store is a random name ? (in archives/private/list_name/attachments/date/_*directory_name*_/file_name) reguards --

Re: [Mailman-Users] attachment only in web archives

2005-03-22 Thread Mark Sapiro
Emanuele Olivetti wrote: > >Is it possible to avoid sending attachments to all list subscribers >and have those attachments only in web archives? It would be nice if >only the url of the attachment in in web archive would be sent to >subscribers instead of the whole attachments (or nothing). > >Is

[Mailman-Users] attachment only in web archives

2005-03-22 Thread Emanuele Olivetti
Hi, Is it possible to avoid sending attachments to all list subscribers and have those attachments only in web archives? It would be nice if only the url of the attachment in in web archive would be sent to subscribers instead of the whole attachments (or nothing). Is it possible to configure like

Re: [Mailman-Users] Attachment Handling

2005-03-17 Thread Mark Sapiro
Roy McMorran wrote >Just built and now testing Mailman 2.1.5. It appears that Mailman >removes attachments from digests, and puts a link to the archived >attachment in its place with the notation "A non-text attachment was >scrubbed...". But can I get the same behavior for non-digested messa

[Mailman-Users] Attachment Handling

2005-03-17 Thread Roy McMorran
Just built and now testing Mailman 2.1.5. It appears that Mailman removes attachments from digests, and puts a link to the archived attachment in its place with the notation "A non-text attachment was scrubbed...". But can I get the same behavior for non-digested messages? Thanks, -- Roy McM

RE: [Mailman-Users] Attachment URL question in Archive Page

2005-03-05 Thread Mark Sapiro
Brian Carpenter wrote: > >The "PUBLIC_ARCHIVE_URL" governs the url to the archives of a list. That is >working fine. The url that I am talking about is the url that shows up when >looking at an archived message that had an attachment scrubbed. If you look at the code in Mailman/Handlers/Scrubber.p

RE: [Mailman-Users] Attachment URL question in Archive Page

2005-03-04 Thread Brian Carpenter
rds, Brian Carpenter Emerging Markets Web Design, LLC www.emwd.com -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 5:35 PM To: Brian Carpenter; mailman-users@python.org Subject: Re: [Mailman-Users] Attachment URL question in Archive Page Brian

Re: [Mailman-Users] Attachment URL question in Archive Page

2005-03-04 Thread Mark Sapiro
Brian Carpenter wrote: > >I am running Mailman 2.1.5p1 under cPanel. I'm not sure how cPanel affects this. See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.011.htp >I have question on the URL that shows up for a scrubbed attachment on the >Archive page. Right now the URL shows u

[Mailman-Users] Attachment URL question in Archive Page

2005-03-02 Thread Brian Carpenter
Hi All: I am running Mailman 2.1.5p1 under cPanel. I have question on the URL that shows up for a scrubbed attachment on the Archive page. Right now the URL shows up in this format: Url : /pipermail/listname/attachments/20050302/b37e3e52/0001.gif How can I change this to: Url : http://host_nam

Re: [Mailman-Users] Attachment Question

2005-02-04 Thread Mark Sapiro
simeli wrote: > >you can also limit the size of a message. default is no limit afaik. The default maximum message size in KB (before filtering) is set in mm_cfg.py with DEFAULT_MAX_MESSAGE_SIZE. The default for this in Defaults.py is DEFAULT_MAX_MESSAGE_SIZE = 40 These only set the initial valu

Re: [Mailman-Users] Attachment Question

2005-02-03 Thread simeli
>Not really. I need to know why certain attachments aren't getting >through. Is it the size? The file name or type? I don't believe we have >any filters set up for content. Please help. Thx. you can also limit the size of a message. default is no limit afaik. otherwise it may also be the mta with

Re: [Mailman-Users] Attachment Question

2005-02-03 Thread Sythos
On Wed, Feb 02, 2005 at 01:24:35PM -0500, Suzette Googins wrote: > I am the administrator for the listserv at my organization. Myself, my > colleagues as well as others on the list are having trouble with > attachments. Is there a certain setting to allow attachments to a > posting? Is there a size

[Mailman-Users] Attachment Question

2005-02-03 Thread Suzette Googins
I am the administrator for the listserv at my organization. Myself, my colleagues as well as others on the list are having trouble with attachments. Is there a certain setting to allow attachments to a posting? Is there a size limit? Are there certain file types that aren't allowed to be posted? I

Re: [Mailman-Users] attachment

2004-12-22 Thread Brad Knowles
At 10:27 AM -0800 2004-12-21, erik wrote: I was wondering if there is a way to remove the text attachment that comes with any email to the mailing list? thanks! erik See . -- Brad Knowles, <[EMAIL PROTECTED]> "Those who wo

Re: [Mailman-Users] attachment

2004-12-21 Thread Mark Sapiro
erik wrote: >I was wondering if there is a way to remove the text attachment that comes >with any email to the mailing list? thanks! erik See the FAQ >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Article 4.39. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Fr

[Mailman-Users] attachment

2004-12-21 Thread erik
I was wondering if there is a way to remove the text attachment that comes with any email to the mailing list? thanks! erik -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://w

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 th

[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

[Mailman-Users] Attachment Issues

2004-04-21 Thread Sean Collen
Hi, I have been using Mailman for quite a while now. I am currently running version 2.1.4. I have checked the mailing lists and FAQS, and I am unable to find anyone with the issue I am having, less I am searching incorrectly. The issue I am having is that messages content are getting poste

[Mailman-Users] Attachment woes

2004-04-19 Thread Dan Lemkin
Hi, I set up a few lists recently. I didn't want to bog down my server with accumulated messages and attachments, so I disabled archiving. People are sending attachments, but the files are not coming across in the email, they are apparently getting stored on my server with a link. A non-text att

Re: [Mailman-Users] Attachment problem

2004-03-29 Thread Steffen Mueller
On 03/29/04 23:43 Iris Chan wrote: Thanks for your advice, I have always had the content filtering set to "No" and still experiencing the same problem - no attachment of any format can go through. Any advice? Can you give us an example of how mails look like 1) when received from the list and 2

Re: [Mailman-Users] Attachment problem

2004-03-29 Thread Steffen Mueller
On 03/28/04 07:34 Iris Chan wrote: I am using a hosting company whose offers Mailman mailing list as part of their cPanel interface. I created a mailing list but have been encountering problems with attachments. The mail message goes through but attachments are always scrubbed not only at the recip

[Mailman-Users] Attachment problem

2004-03-29 Thread Iris Chan
I am using a hosting company whose offers Mailman mailing list as part of their cPanel interface. I created a mailing list but have been encountering problems with attachments. The mail message goes through but attachments are always scrubbed not only at the recipient message level but also in t

RE: [Mailman-Users] Attachment problems

2004-03-29 Thread CARTER Anthony
ECTED] 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

[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

RE: [Mailman-Users] Attachment removal

2004-03-12 Thread andy
Many thanks my friend, application of your advice seems to be working...got me feeling quiet clever too! :O) Best wishes Andy -Original Message- From: Caleb Epstein [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 01:24 To: andy Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users

Re: [Mailman-Users] Attachment removal

2004-03-12 Thread Caleb Epstein
On Fri, Mar 12, 2004 at 12:44:53PM -, andy wrote: > I share administration/moderation on a Mailman list. [...] > > "Remove message attachments that don't have a matching content type. Leave > this field blank to skip this filter test". Left blank Thats where you went wrong I think.

[Mailman-Users] Attachment removal

2004-03-12 Thread andy
I share administration/moderation on a Mailman list. Looking for advice on unwelcome attachments and emicons, flower backgrounds, jumping little men showing their bottoms in the emails to the list. I'm not the brightest button on the suit when it comes to Mailman...I am finding it hard work somet

[Mailman-Users] Attachment header "mangling"

2004-03-04 Thread Steve Burling
I put the "mangling" in quotes because I don't know whether it's considered legal or not... This is Mailman 2.1.4, by the way... Say I send a message to a list that I'm on, with a copy directly to myself. To that message, I attach a document with a really long name, like: Response to Technical

[Mailman-Users] Attachment header "mangling"

2004-03-04 Thread Steve Burling
I put the "mangling" in quotes because I don't know whether it's considered legal or not... This is Mailman 2.1.4, by the way... Say I send a message to a list that I'm on, with a copy directly to myself. To that message, I attach a document with a really long name, like: Response to Technical

[Mailman-Users] Attachment Filter

2004-01-23 Thread Ralf Hildebrandt
Hi! mailman-2.1.4: Is there a way of rejecting mails that contain both plain text and a *.doc attachment? Right now, all mailman does is to remove the *.doc, leave the text and then the admins/moderators get the fragment for approval. OTOH, if I attach JUST a *.doc and have no text part, then it

[Mailman-Users] Attachment´s possibles ?

2003-12-24 Thread Paulo Dinis
Hi everyone, Just a newbie here using mailmam. Is it possible to send attachment's over the list ? ThankÂs Paulo Dinis Certified Safety Tecnician Ergonomist Website : http://www.paulodinis.com/ -Original Message- From: Michael Jasinski [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 24 de

[Mailman-Users] attachment stripper-relinker

2003-12-10 Thread = Michael Aivaliotis =
I don't know if someone has implemented this before. I want to have any attachments posted emails, stripped from the email, before they are posted to the group. Attachments would go to a designated directory on my server. In place of the attachments there will be a hyperlink pointing to the locatio

[Mailman-Users] Attachment Hell -- please help

2003-10-29 Thread Timothy Brooks
I'm having a terrible time with the 2.1.2 upgrade. Ever since the upgrade, anyone using Microsoft Exchange Server receives messages as an attachment. So, using the new Content Filtering feature, I set filtering to Yes and instructed Mailman to convert text/html parts to plain text. This seeme

[Mailman-Users] Attachment Hell -- please help

2003-10-28 Thread Timothy Brooks
I'm having a terrible time with the 2.1.2 upgrade. Ever since the upgrade, anyone using Microsoft Exchange Server receives messages as an attachment. So, using the new Content Filtering feature, I set filtering to Yes and instructed Mailman to convert text/html parts to plain text. This seeme

[Mailman-Users] Attachment with every message

2003-10-14 Thread Replies
Every message I send out to my list has an included attachment that contains the footer. How can I make the footer be part of the original message and not have use attachments to see it? Thanks. -Rob -- Mailman-Users mailing list [EMAIL PROT

[Mailman-Users] attachment names getting munged in archive

2003-07-17 Thread Arlen Walker
All attachments sent to the list as "application/octet-stream" MIME types are getting renamed with a ".exe" extension. Is there any way to convince pipermail to leave the file extension alone and use the one that was on the attachment. It's confusing to users and it's not easy to remember which

RE: [Mailman-Users] Attachment Rendering problems

2002-12-26 Thread ajit k jena
pes were. > > Good Luck - gotta run - Jon > > Original Message: > - > From: ajit k jena [EMAIL PROTECTED] > Date: Wed, 25 Dec 2002 13:18:31 +0530 (IST) > To: [EMAIL PROTECTED] > X-Scanned: By Symantec Carrier Scan Server > Subject: [Mailman-Users] At

RE: [Mailman-Users] Attachment Rendering problems

2002-12-25 Thread [EMAIL PROTECTED]
: Wed, 25 Dec 2002 13:18:31 +0530 (IST) To: [EMAIL PROTECTED] Subject: [Mailman-Users] Attachment Rendering problems Hi, We use Mailman-2.1b3 here. There is a problem with archives vis-a-vis the rendering of attachments. I will explain the situation with an example. For a list named cc-issues

[Mailman-Users] Attachment Rendering problems

2002-12-24 Thread ajit k jena
Hi, We use Mailman-2.1b3 here. There is a problem with archives vis-a-vis the rendering of attachments. I will explain the situation with an example. For a list named cc-issues, the following happens: a) The attachments are scrubbed and strored in separate directory. b) The URL generated is

[Mailman-Users] Attachment Handling in Archives

2001-12-18 Thread Scott Armstrong
I want to thank the developers for such a top notch open source product. There are obviously areas that could be improved and I gather from what I've read that 2.1 has many new features. I realize that this code is targetted at handling pipermail archives, but it would be nice if private.py would