Re: [Mailman-Users] Script to check address subscription status

2004-10-27 Thread Jim Tittsler
On Wed, Oct 27, 2004 at 02:38:48PM +0200, Florian Weimer wrote: > Is there some script to check for subscription status (or, more > precisely, the permission to post)? find_member is almost what I > need, but it uses a regular expression, doesn't check just a specified > mailing list, and doesn't

Re: [Mailman-Users] list administrivia

2004-10-27 Thread Jim Tittsler
On Wed, Oct 27, 2004 at 01:20:38PM -0400, Dave Stern - Former Rocket Scientist wrote: > How does one add the header > > ^X-List-Administrivia: yes > > to mailman stuff that's clearly administrative? It is added automatically to messages that Mailman (2.1) itself generates. > this header? Will

Re: [Mailman-Users] per-user subject prefix

2004-10-27 Thread Jim Tittsler
On Wed, Oct 27, 2004 at 01:45:19PM -0700, Kenneth Porter wrote: > Is there a way to enable/disable subject prefix (like the "[mailman-users]" > on this list) on a per-user basis? I like NOT having the prefix, as it No. But there are lots of bits left in the user bitfield if you wanted to add it

Re: [Mailman-Users] who command send by email does not retrieve thewhole members list

2004-10-27 Thread Mark Sapiro
HIS - Fran wrote: >I send a who command by email to one of the lists we host, and it >returned only 16 of the ~6000 email addresses of the list. > >Any idea why this can happen? The who command does not show "hidden" members. If the list defaults for new members include "Conceal the member's add

[Mailman-Users] who command send by email does not retrieve the whole members list

2004-10-27 Thread HIS - Fran
I send a who command by email to one of the lists we host, and it returned only 16 of the ~6000 email addresses of the list. Any idea why this can happen? we use Mailman version 2.1.3 on FreeBSD Unix FreeBSD 4.10 and sendmail /Fran the message I got back looked like this: The results of your emai

Re: [Mailman-Users] Encoding problems

2004-10-27 Thread Mark Sapiro
Asbjørn Ulsberg wrote: >Hi, I just wonder if anyone could explain to me what has gone wrong on the >following Mailman listinfo page and what needs to be done to fix it: > >http://mailman.efn.no/mailman/listinfo/open-standard> The text in the "info" box is not HTML despite the confusing documentat

Re: [Mailman-Users] authenticating messages

2004-10-27 Thread Mark Sapiro
Brian Sammon wrote: >How does mailman authenticate messages to verify that the sender is a member >of the list? Does it use the From header, the Sender header, or the SMTP >envelope? >Is this configurable? It's configurable. See the comments in Defaults.py preceding the assignments USE_ENVEL

[Mailman-Users] Mailman 2.1.5 - Customize Look and Feel

2004-10-27 Thread Stephanie Rotter
Is someone who successfully edited the python code to customize the look of Mailman willing to post their code changes? I have never coded in python and my first (lame) attempts to follow Russell Mann's directions have failed. I am trying to also add a standard header to my installation of Mailman

[Mailman-Users] per-user subject prefix

2004-10-27 Thread Kenneth Porter
Is there a way to enable/disable subject prefix (like the "[mailman-users]" on this list) on a per-user basis? I like NOT having the prefix, as it reduces the available space for content in the subject. But I get users using web-based mail readers and those who can't use their client's filters

Re: [Mailman-Users] Allowing outside submission

2004-10-27 Thread postal worker
From the comments in 2.1.5 versions.py # - If member_posting_only == no, then what happens depends on the # value of the posters attribute: #o If posters was empty, then anybody can post without their # message being held for approval #o If posters was non-empty, then /only/ those ad

[Mailman-Users] Encoding problems

2004-10-27 Thread Asbjørn Ulsberg
Hi, I just wonder if anyone could explain to me what has gone wrong on the following Mailman listinfo page and what needs to be done to fix it: http://mailman.efn.no/mailman/listinfo/open-standard> I would actually like to go into the source code and not only fix the encoding problem, but also repl

Re: [Mailman-Users] install from scratch

2004-10-27 Thread John Dennis
Your best bet is the INSTALL file in the root of the tree (e.g. after you unpack mailman-2.1.5.tgz). There are also some other README files specific to particular OS's etc. However you might find it easier to just install a prebuilt package for your OS (e.g. rpm, debian package, etc., its up to yo

Re: [Mailman-Users] Mailman configuration error

2004-10-27 Thread Dan Mahoney, System Admin
On Wed, 27 Oct 2004, Adam G. Garson wrote: Hi -- I'm trying to install Mailman on a Mandrake 10.1 system. I have new installations of Python 2.3.4 and GCC 3.4.2 both compiled from source -- no rpms. When I run the configure script I get the error quoted below. This occurs even as root, so I don'

Re: [Mailman-Users] Mailman configuration error

2004-10-27 Thread Adam G. Garson
Thanks John. If I use no Python option or simply: --with-python=/usr/bin/ , I get the following error: checking that Python has a working distutils... Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] 'import site' fail

Re: [Mailman-Users] Mailman configuration error

2004-10-27 Thread John Dennis
You specified the python directory to configure instead of the path to the python interpreter. What does "which python" give you? Probably /usr/bin/python, you probably don't need to use the --with-python argument (unless you have another version of python installed and you want to force one over t

[Mailman-Users] install from scratch

2004-10-27 Thread Nuno Carreiro-Ladeiras
Hi All. Thanking you in advance, I would like someone to help me installing mailman. I have runned a 30mn research in the Web, Faqs, but I can´t find a tutorial that is easy to understand since I am not a programmer or even similar. The link that until now I can better understand is http://sxs.

[Mailman-Users] Mailman configuration error

2004-10-27 Thread Adam G. Garson
Hi -- I'm trying to install Mailman on a Mandrake 10.1 system. I have new installations of Python 2.3.4 and GCC 3.4.2 both compiled from source -- no rpms. When I run the configure script I get the error quoted below. This occurs even as root, so I don't think it's a permission problem. I've d

[Mailman-Users] authenticating messages

2004-10-27 Thread Brian Sammon
How does mailman authenticate messages to verify that the sender is a member of the list? Does it use the From header, the Sender header, or the SMTP envelope? Is this configurable? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.

[Mailman-Users] list administrivia

2004-10-27 Thread Dave Stern - Former Rocket Scientist
How does one add the header ^X-List-Administrivia: yes to mailman stuff that's clearly administrative? Does this mean anything NOT to the list (eg a non-member trying to post to a members-only list, stuff to -admin, etc) gets this header? Will this work in mm2.0.X also or is this just a 2.1 featur

[Mailman-Users] Sisira Kumara/LK/APAC/TCCC is out of the office.

2004-10-27 Thread Sisira Kumara
I will be out of the office starting 10/27/2004 and will not return until 10/31/2004. I will respond to your message when I return. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailma

[Mailman-Users] ValueError: unpack list of wrong size

2004-10-27 Thread Sean
Hi, A list user posts started being shunted with the following showing up in the error log: Oct 27 08:14:28 2004 (5860) SHUNTING: 1098822989.626565+42a5b473e4384099ea19ea0a27cae64d4d65c0b2 Oct 27 08:14:29 2004 (5860) Uncaught runner exception: unpack list of wrong size Oct 27 08:14:29 2004 (5860

[Mailman-Users] Script to check address subscription status

2004-10-27 Thread Florian Weimer
Is there some script to check for subscription status (or, more precisely, the permission to post)? find_member is almost what I need, but it uses a regular expression, doesn't check just a specified mailing list, and doesn't look at the additional poster list. (I'm trying to reject posts from no

[Mailman-Users] Error in opening the mailing list

2004-10-27 Thread Bhavin Shah
iaseguj.org mailing lists - Admin LinksDear Sir, I am getting following error message from Mailman. Please help us. Regards, Bhavin Shah *** No such list iaseforum_iaseguj.org There currently are no publ