Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
JRC Groups wrote: > >### ># Here's where we get the distributed defaults. > >from Defaults import * > >## ># Put YOUR site-specific settings below this line. >MTA = 'Postfix' >DEFAULT_EMAIL_HOST = 'dentserv.

[Mailman-Users] unsubscribe request

2010-12-08 Thread Schwartz, Robert - IS
How can I add an unsubscribe request to the bottom of all emails sent out? Example: "To unsubscribe select this link" -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: htt

[Mailman-Users] Spam emails

2010-12-08 Thread Schwartz, Robert - IS
Recently I've started receiving spam messages submitted to by mailing list. How can I reject all email not submitted by members without having to add them to a list? Robert P. Schwartz CAS Group of Wyle Inc. 100 Quality Circle Huntsville, AL 35806 Phone: 256.922.4203 Fax: 256.922.4243 E-mai

Re: [Mailman-Users] Spam emails

2010-12-08 Thread Geoff Shang
On Wed, 8 Dec 2010, Schwartz, Robert - IS wrote: Recently I've started receiving spam messages submitted to by mailing list. How can I reject all email not submitted by members without having to add them to a list? Set the generic non-member action to discard. It's in privacy/sender filter

Re: [Mailman-Users] Spam emails

2010-12-08 Thread Carl Zwanzig
On 12/8/2010 6:52 AM, Schwartz, Robert - IS wrote: Recently I've started receiving spam messages submitted to by mailing list. How can I reject all email not submitted by members without having to add them to a list? There's an admin check box to reject & discard non-member messages. Check th

[Mailman-Users] How to add a footer to every user?

2010-12-08 Thread Schwartz, Robert - IS
I would like to know how to add a footer to every user in my list and I want to let everybody in my list unsubscribe just clicking over a link that I will add in to the footer. How do you set this up in the web interface? -- Mailman-Users mailin

[Mailman-Users] Footer shows up as attachment

2010-12-08 Thread Schwartz, Robert - IS
I'm adding a footer to every email to allow user to unsubscribe. It is showing up as an attachment. I've set Should Mailman convert text/html parts to plain text? This conversion happens after MIME attachments have been stripped. To yes. But this is not working. When I post to this website m

Re: [Mailman-Users] unsubscribe request

2010-12-08 Thread Mark Sapiro
Schwartz, Robert - IS wrote: >How can I add an unsubscribe request to the bottom of all emails sent out? >Example: "To unsubscribe select this link" Without modifying code or creating your own CGI, PHP, etc. process to do the unsubscribe, you can't have a one-click unsubscribe that doesn't re

Re: [Mailman-Users] How to add a footer to every user?

2010-12-08 Thread Mark Sapiro
Schwartz, Robert - IS wrote: >I would like to know how to add a footer to every user in my list and I want >to let everybody in my list unsubscribe just clicking over a link that I will >add in to the footer. >How do you set this up in the web interface? See the reply to your "unsubscribe requ

Re: [Mailman-Users] Footer shows up as attachment

2010-12-08 Thread Mark Sapiro
Schwartz, Robert - IS wrote: >I'm adding a footer to every email to allow user to unsubscribe. It is >showing up as an attachment. I've set Should Mailman convert text/html parts >to plain text? This conversion happens after MIME attachments have been >stripped. To yes. But this is not worki

Re: [Mailman-Users] Footer shows up as attachment

2010-12-08 Thread Mark Sapiro
Schwartz, Robert - IS wrote: >It is set to yes. I'll try submitting the message as plain text. In reply to: > >See the FAQ at . > >To accomplish this with content filtering, you also need to set "Should >Mailman collapse multipart/alternative to its first part conte

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread JRC Groups
Mark, I am extremely grateful that you took the time to help me with this issue. In order for me to make the changes you recommended please allow me to ask some truly basic questions since I have no experience with Unix or editing system files. Is there a simpler way than Terminal (command line)

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
JRC Groups wrote: > >I am extremely grateful that you took the time to help me with this issue. >In order for me to make the changes you recommended please allow me to ask >some truly basic questions since I have no experience with Unix or editing >system files. > >Is there a simpler way than Termi

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Larry Stone
On 12/8/10 2:01 PM, JRC Groups at joemailgro...@gmail.com wrote: > Is there a simpler way than Terminal (command line) to edit these files and > then resave them ? Something along the lines of a text editor. Or do I need > to use Terminal to do it ? > > In this case, if Terminal is necessary, can

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread JRC Groups
Mark, Again I can't thank you enough for all your help. I've done some research and received some advice from others on how to accomplish this with BBEdit which I have found to be a superbly simple and efficient way to accomplish this. I download the free trial demo and used it to edit mm_cfg.py

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Chris Tandiono
On Wed, 08 Dec 2010 16:45:16 -0800, JRC Groups wrote: On a different note, why is the clock on top of the terminal window above displaying Dec 7 18:19:11 when it is now Dec 8, 4:41 pm here in California ? The clock on the menu bar of the server computer has the proper time but the Termina

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread JRC Groups
Mark, I located the Postfix's main.cf file in /private/etc/postfix/main.cf and made the change you recommended. I then stopped Main services and restarted it. What is the best way to test if the list is now working properly ? Also, I followed a discussion on another forum where a new user repor

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
Chris Tandiono wrote: > >That's the "last login" date, i.e., the last date you logged in, which >evidently was about a day ago. Correct. >If you open up Terminal again it'll have >changed to some time today. No. In order to change the "last login" time, you have to actually log off and ba

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
JRC Groups wrote: > >What is the best way to test if the list is now working properly ? Try to send a message to the list or maybe send a message with subject "help" to the list-request address. >Also, I followed a discussion on another forum where a new user reported >having problems with OS X

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
Mark Sapiro wrote: > Chris Tandiono wrote: > >>If you open up Terminal again it'll have >>changed to some time today. > > > No. In order to change the "last login" time, you have to actually log > off and back on again. Simply quitting and reopening terminal won't do > it. Nevermind! Chris i

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread JRC Groups
On 12/8/10 5:26 PM, "Mark Sapiro" wrote: > JRC Groups wrote: >> >> What is the best way to test if the list is now working properly ? > > Try to send a message to the list or maybe send a message with subject > "help" to the list-request address. I sent the message and this is what the log in

Re: [Mailman-Users] Mailman list sends but doesn't receive mail.

2010-12-08 Thread Mark Sapiro
JRC Groups wrote: > >I sent the message and this is what the log in Server Admin shows: > >Dec 8 17:48:13 dentserv postfix/smtpd[37996]: NOQUEUE: reject: RCPT from >mail-gw0-f52.google.com[74.125.83.52]: 450 4.7.1 >: Recipient address rejected: Service is >unavailable; from= >to= proto=ESMTP helo=

[Mailman-Users] Search tool for Mailman Archives

2010-12-08 Thread Liste Yoneticisi
Hello; I am trying to implement a search tool for Mailman Archives. In our system, there are more than 400 lists, and the size of their archives vary, since there are more than 10 years old lists addition to new lists. There are several alternatives. htdig, xapian etc. Which one do you reco