[Mailman-Users] Email rejected with un-quoted From with a dot

2005-09-16 Thread Bill Moseley
On an old Debian Woody machine running mailmain 2.0.11 Mailman rejects mail with an un-quoted name part that includes a dot. From: Foo B. Baz <[EMAIL PROTECTED]> Mailmain then reports: post from foob.bar requires approval. While these work fine: From: "Foo B. Bar" <[EMAIL PROTECTED]>

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Elvis Fernandes
Thanks for you replies. Best, Elvis On 9/16/05, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Elvis Fernandes wrote: > > > Let me try and explain what I want to accomplish. > >I send an email to the mailinglist with an attachment abc.xls. > >Then, I use Internet Explorer to browse this archived

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote: > Let me try and explain what I want to accomplish. >I send an email to the mailinglist with an attachment abc.xls. >Then, I use Internet Explorer to browse this archived email (this was setup >using mhonrac). >When I get to the webpage, the attachment shows up as abc.xls on

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Elvis Fernandes
Hello, Let me try and explain what I want to accomplish. I send an email to the mailinglist with an attachment abc.xls. Then, I use Internet Explorer to browse this archived email (this was setup using mhonrac). When I get to the webpage, the attachment shows up as abc.xls on the email body. But

[Mailman-Users] Mailman 2.1.2 and Python 2.4.1

2005-09-16 Thread John W. Baxter
Sorry, I haven't fully searched the FAQ and archives--I'm also guessing I wouldn't find the answer if I did. Does someone know without research whether Mailman 2.1.2 will run under Python 2.4.1. (Due to a disk failure, we're having to replace the build of a server, while mailman is running happ

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote: > Yes I am using 2.1.6 and now I find these variables in Defaults.py. >I updated the following in mm_cfg.py ># Refer Defaults.py >SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False ># Refer Defaults.py >SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION = False > And restarted mailman (/

Re: [Mailman-Users] attachments in archives have wrong extensions

2005-09-16 Thread Elvis Fernandes
I am battling a somewhat related problem. I am trying to get mailman to save the attachment with the same file name as attachment. So, what is the syntax for SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION Is it True/False or 1/0 I am using mailman 2.1.6 Thanks Elvis On 9/16/05, Mark Sapiro <[EM

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Elvis Fernandes
Hello, Yes I am using 2.1.6 and now I find these variables in Defaults.py. I updated the following in mm_cfg.py # Refer Defaults.py SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False # Refer Defaults.py SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION = False And restarted mailman (/etc/init.d/mailman resta

Re: [Mailman-Users] strange bounce message

2005-09-16 Thread Mark Sapiro
I'm looking at this again and I have more thoughts/questions. Mark Sapiro wrote: > >Anne Ramey wrote: >> >>Mark Sapiro wrote: >>> Anne Ramey wrote: > >A temporary error occured while delivering to the following address(es): > > : 454 TLS not available, must be connected via TCP

Re: [Mailman-Users] strange bounce message

2005-09-16 Thread Mark Sapiro
Anne Ramey wrote: > >Mark Sapiro wrote: >> Anne Ramey wrote: >> >> >>>A couple of people have sent replies to one of my lists today and >>>several of the messages bounced like this: >>> >>> === >>> THIS IS A WARNING MESSAGE ONLY

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote: >I am using 2.1.6. >However, i do not find mention of SCRUBBER_DONT_USE_ATTACHMENT_FILENAME and >SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION in the Defaults.py and mm_cfg.py >files. Are you sure you have 2.1.6? >From the 2.1.6 Defaults.py # Mailman.Handlers.Scrubber uses a

Re: [Mailman-Users] How to change all members to "conceal address"("hide" on "membership list" page)

2005-09-16 Thread Mark Sapiro
Bill Morse wrote: >I have changed the new members default to hide- how do I change all the >existing members to hide? If you have command line access, run $ bin/withlist -l listname Loading list listname (locked) The variable `m' is the listname MailList instance >>> from Mailman import mm_cfg >

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Elvis Fernandes
Mark, Thanks for yur response. I am using 2.1.6. However, i do not find mention of SCRUBBER_DONT_USE_ATTACHMENT_FILENAME and SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION in the Defaults.py and mm_cfg.py files. I also searched the mailman FAQ's and do not find any mention of these settings. Anyway

Re: [Mailman-Users] strange bounce message

2005-09-16 Thread jc dill
Anne Ramey wrote: > A couple of people have sent replies to one of my lists today and > several of the messages bounced like this: > >=== > > THIS IS A WARNING MESSAGE ONLY > > YOU DO NOT NEED TO RESEND YOUR MESSAGE >

Re: [Mailman-Users] strange bounce message

2005-09-16 Thread Mark Sapiro
Anne Ramey wrote: >A couple of people have sent replies to one of my lists today and >several of the messages bounced like this: > > === > > THIS IS A WARNING MESSAGE ONLY > > YOU DO NOT NEED TO RESEND YOUR MESSAGE > >

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote: > I notice that when you save the attachments, they are saved with a >different name than the name of the original attachment on the email. >Is there a way that the attachment can be made to save as the same name as >on the email? On Mailman 2.1.5 and earlier, no. On 2.1.

[Mailman-Users] strange bounce message

2005-09-16 Thread Anne Ramey
A couple of people have sent replies to one of my lists today and several of the messages bounced like this: === > THIS IS A WARNING MESSAGE ONLY > YOU DO NOT NEED TO RESEND YOUR MESSAGE >

Re: [Mailman-Users] Lock files and withlist?

2005-09-16 Thread Mark Sapiro
Adrian Wells wrote > >customchange.py is located at the root installation directory of Mailman. >It contains: > ># Python function to make custom changes >def customchange(m): >curlist = m.real_name >curlist = curlist.lower() >print 'Current list is: ' + curlist >if curlist.startsw

Re: [Mailman-Users] Basic question of new list admin: how do i viewa list of subscri bers?

2005-09-16 Thread Mark Sapiro
Brad Knowles wrote: > > To get the kind of information you want, you pretty much have to >telnet or ssh in to the server and use the command-line interface. >You're looking for the command "list_members". While this is the preferred method, if you don't have sufficient access, you can scri

Re: [Mailman-Users] attachments in archives have wrong extensions

2005-09-16 Thread Mark Sapiro
DW wrote: > >I searched Scrubber.py, and found some logic which said: > >"if mm_cfg.SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION" I should have pointed you directly at this, but I'm glad you found it anyway. My excuse is it's new in 2.1.6 and I was looking at a 2.1.5 base. -- Mark Sapiro <[EMAIL PR

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-16 Thread Mark Sapiro
Daevid Vincent wrote: > >Well, exim hasn't changed since that date above, and the config hasn't >changed for even longer, so I believe it *is* mailman and not exim: > ># ll >total 80 >drwxr-xr-x 2 root root 4096 Jun 26 12:45 . >drwxr-xr-x 77 root root 4096 Sep 13 03:14 .. >-rw-r--r-- 1 root

Re: [Mailman-Users] attachments in archives have wrong extensions

2005-09-16 Thread DW
ems. >> >>Any solution to this? >> >>Here is an example of a file that was posted as MyFile.zip: >> >>-- next part -- >>A non-text attachment was scrubbed... >>Name: IFQSysFlights.zip >>Type: application/x-zip-compres

Re: [Mailman-Users] How to make attached jpg show in message body

2005-09-16 Thread Mark Sapiro
Bill Morse wrote: >Is there any way to make an image show in the body of a message to the list. >When I attach an image in entourage, the image displays in the body of the >message. When I attach an image to a list message, it only is listed in the >attachments area. I think you are saying that i

Re: [Mailman-Users] attachments in archives have wrong extensions

2005-09-16 Thread Mark Sapiro
re is an example of a file that was posted as MyFile.zip: > >-- next part -- >A non-text attachment was scrubbed... >Name: IFQSysFlights.zip >Type: application/x-zip-compressed >Size: 206816 bytes >Desc: not available >Url : >http://my.mailman.server/mailman/pri

Re: [Mailman-Users] Bounce Processing

2005-09-16 Thread Mark Sapiro
Bill Morse wrote: >Is there any way the administrator of a list (used for announcements only) >to receive bounce notifications without the member receiving a disabled >account notification? If you want to keep automated bounce processing, then no or at least not in every case (if a user is bounci

[Mailman-Users] attachments in archives have wrong extensions

2005-09-16 Thread DW
-- next part -- A non-text attachment was scrubbed... Name: IFQSysFlights.zip Type: application/x-zip-compressed Size: 206816 bytes Desc: not available Url : http://my.mailman.server/mailman/private/testlist/attachments/20050916/132776cc/MyFile-0001.bin When the list members re

Re: [Mailman-Users] Mailman with MHonArc

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote: > Is there a simple way to delete off the old mail lists. I not not need to >archive any data from these old lists. bin/rmlist --archives listname -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your s

[Mailman-Users] Bounce Processing

2005-09-16 Thread Bill Morse
Is there any way the administrator of a list (used for announcements only) to receive bounce notifications without the member receiving a disabled account notification? Thanks Bill -- Mailman-Users mailing list Mailman-Users@python.org http://ma

Re: [Mailman-Users] Private archive for list

2005-09-16 Thread Mark Sapiro
Darren G Pifer wrote: >I have been trying to get to the private archives of a list but >when I click on the URL http://list.odu.edu/private/telephone_logs/ >I get nothing on the page. I have been able to access other archives of >private lists but for some reason I am not seeing any for this list

Re: [Mailman-Users] endless reposting problem

2005-09-16 Thread Stephen J. Turnbull
> "Gil" == Gil Hardwick <[EMAIL PROTECTED]> writes: Gil> Some of my clients had their office auto-responder switch on, This ought to be a firing offense It's very simple. There is a standard for mailing lists, there are a bunch of headers (List-Id, etc) that are required of conform

[Mailman-Users] endless reposting problem

2005-09-16 Thread Gil Hardwick
Wow, Some of my clients had their office auto-responder switch on, and their replies ended up running an endless loop through the system so everyone else got 10-15 copies each before I had a chance to turn it off. I thought only a member of the list could post to the list, in this case all modera

Re: [Mailman-Users] Saving attachments

2005-09-16 Thread Brad Knowles
At 3:41 PM -0700 2005-09-15, Elvis Fernandes wrote: > I notice that when you save the attachments, they are saved with a > different name than the name of the original attachment on the email. > Is there a way that the attachment can be made to save as the same name as > on the email?