Re: [Mailman-Users] Blocking every reply messages

2005-09-19 Thread Sythos
On Mon, Sep 19, 2005 at 01:41:23AM +0100, Fabio Alves wrote:
 I'm trying to setup a mailing list with about 85000 e-mail addresses.
 We've sent one e-mail using mailman, but some hours later, we started to
 receive tons of RE: messages, that should go to the reply-to e-mail. But
 seems that some users dont do it.
 Is there any way to block every reply messages? I only want to allow some
 replies to be sent to mailing list.
 Is that possible?

force reply-to overwrite, set it to [EMAIL PROTECTED] and create
manually an alias to noreply == /dev/null
For pnly-reply-button users it work, if a user write by hand to
field in reply it pass to mailinglist...

Optionally, set moderated the list, and set default action to drop

-- 

Sythos - http://www.sythos.net
  ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
  /\- against M$ attachments
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] People from Germany

2005-09-19 Thread Albrecht Marignoni
Hi,

I am new to this list.

I am looking for people from Germany who are
familiar with the Mailman Software. I need some
help for installation and I am willing to pay you.

Thank´s

Cheers,

Albrecht
www.orthoPoint.com


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] command not in docroot

2005-09-19 Thread John Dennis
On Sun, 2005-09-18 at 12:05 -0700, Leo A. Notenboom wrote:
 I've suddenly started getting that error in suexec_log, and as
 a result no one can confirm or worse, leave, the mailing lists
 that up until recently had been working fine.
 
 This is on Redhat Enterprise w/ Plesk - I suspect a nightly
 up2date hosed something that mailman cares about.
 
 Any thoughts on what to do to correct this problem?

1) Contact SWSoft, the providers of Plesk

2) Provide a more descriptive error message, otherwise no one can
possibly debug this for you. My best guess is that something in your
apache config file (/etc/httpd/conf/httpd.conf) changed that either has
disabled the reading the /etc/httpd/conf.d/mailman.conf file which
contains the ScriptAlias and Directory configuration for mailman, which
in turn tells apache about the existence of the mailman cgi URL/commands
and tells apache it has permission to execute this outside the document
root. I believe there is also a global flag in that may be present in
httpd.conf that enables or defeats cgi execution outside the document
root.

But really, this is not a mailman issue, its either an issue with Plesk
or your apache configuration (I know very little about how Plesk works
but I suspect it has a very strong interaction with apache configuration
which is why since Plesk is in the picture you need to consider Plesk
interaction).
-- 
John Dennis [EMAIL PROTECTED]

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] command not in docroot

2005-09-19 Thread John Dennis
On Mon, 2005-09-19 at 11:12 -0400, John Dennis wrote:
  This is on Redhat Enterprise w/ Plesk - I suspect a nightly
  up2date hosed something that mailman cares about.
  
  Any thoughts on what to do to correct this problem?

One more suggestion: If up2date installed something that broke your
configuration then you might want to go looking for any files under /etc
with a .rpmnew or a .rpmsave extension. When rpm installs a new config
file for a package and it detects an existing config file that has been
modified locally it will respect the local edit of the config file and
install the new version of the file with a .rpmnew extension preserving
the local edit. If rpm thinks it needs to overwrite a file it will copy
the file with a .rpmsave extension. Looking for these files and
comparing them may provide a clue as to what changed and induced the new
behavior. The existence of either a .rpmnew or a .rpmsave could
represent delta in system configuration that needs closer examination.

HTH,
-- 
John Dennis [EMAIL PROTECTED]

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Public Archives 403 Forbidden after Upgrade - More Info

2005-09-19 Thread Bryan Carbonnell
I have recently upgraded to MM 2.1.6 with the HTDig integration 
patches. I have noticed that since this upgrade that my public 
archives are inaccessible, I get a 403 Forbidden Error.

I am running MM2.1..6 built from the tarball, Apache 1.3.27 and 
Python 2.3.4. on RedHat 7.3 (thats what the host supplies)

Mailamn was configured with the following commande:
./configure  --prefix=/var/mailman --with-
python=/usr/local/bin/python --with-cgi-gid=apache --wit
h-mail-gid=mail

My Apache directives are:

Alias /pipermail/ /var/mailman/archives/public/
Directory /var/mailman/archives/public/
  Options +FollowSymLinks +Indexes
/Directory

The error in Apache's access_log is:
xx.xx.xx.x - - [19/Sep/2005:10:12:30 -0500] GET /pipermail/accessd 
HTTP/1.1 403 304 - BROWSER ID STRING

There is nothing that I can see in the MM error logs or in the 
messages log

bin/check_perms shows no errors

the permissions on the archives directories are:
drwxrws---   60 root mailman  4096 Sep 19 09:58 private
drwxrwsr-x2 root mailman  4096 Sep 19 09:59 public

and all the symlinks in public point to the right spot in the private 
archives. I can follow the symlinks from the command prompt as root 
or another user. If I create a symlink in the public directory to 
another file or directory in the file system, I can access those 
files/directories from my browser. I just can't get to the private 
archives.

If I treat the archive as a private archive by going to: 
http://example.com/mailman/private/listname/ I can log in and access 
the archives.

I have tried making the archive private and then making it public
again and it doesn't work.

Does anyone have any ideas of what I can check next. I'm at a total
loss as to what could be wrong not.

-- 
Bryan Carbonnell - [EMAIL PROTECTED]
Give a man a fire, he will be warm for the evening. Set a man on 
fire, he will be warm for the rest of his life.
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Mailman newbie admin deletes customization/configuration - Please help

2005-09-19 Thread Paul Calamai
After spending hours one day configuring two mailing lists and custom  
editing the General List Information Pages for these two
mailing lists I managed (don't ask) to blow everything away a couple  
of days later. The good news is that my server gets backed up
daily. The bad news is that I have no idea where this information  
gets stored. If anyone can point me in the correct direction I would
be very grateful.

For what it matters, I'm running mailman on a dual processor G5 Power  
Mac running Mac OS X Server v10.4.2

Thanks
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


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

2005-09-19 Thread Stephen J. Turnbull
 Bill == Bill Moseley [EMAIL PROTECTED] writes:

Bill On an old Debian Woody machine running mailmain 2.0.11
Bill Mailman rejects mail with an un-quoted name part that
Bill includes a dot.

Yup.  According to RFC 2822's grammar, that's not an un-quoted
name part that includes a dot, that's a syntax error.

The user who's sending that stuff should be advised to get a compliant
MUA or fix their configuration.

Note the quotes in my From:.  That is NOT because of mailman; I've
had several other programs do yucky things to my mail because of the
unquoted dot.  If you want your mail delivered reliably, it's worth
conforming to this one.

Granted, it's also true that Mailman MUST accept and parse that
address (cf RFC 2822 section 4 and example A.6.1).  But as I say, this
is not just a Mailman issue.

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of TsukubaTennodai 1-1-1 Tsukuba 305-8573 JAPAN
   Ask not how you can do free software business;
  ask what your business can do for free software.
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] email commands for list owners or administrators (subsribe, unsubscribe)

2005-09-19 Thread Christopher Adams
I have read the archives and searched the documentation for information
about this, but I wanted to see what others are doing about this.

One of the list owners is blind. She is not that saavy with her screen
reader, so using the Mailman web interface is not a good option for her.
So, I am pretty much acting as the list owner. However, I would like to
try to give her some control over the subscribing and unsubscribing of
addresses. I understand that sending email commands for administrative
purposes does is not that easy.

As a list owner, I can send a subscribe command to the request address,
along with a new password, using the syntax:

subscribe password [EMAIL PROTECTED]

However, if I want to have the subscription require approval, the list
owner still would have to go to the web admin page to approve it, which
is not desirable in this case. Maybe there is an email command that I am
unaware of that a list owner can send to pre-approve the subscription. 
Also, the subscriber gets a message indicating that the message has been 
sent to the list owner for approval. Maybe I can turn this part off.

Another idea I had was to initially subscribe the user list all using
the same password, to make unsubsribing them easier for the list owner.
When she adds new subscribers via email, she could utilize that same
password.

It would be nice if an Administrator could have superuser capabilities
when adding users via email, utilizing the master system password.

If I have missed something that has already been posted, I apologize. I
am just fishing for ideas.
-- 
-- 


Christopher Adams
Library Systems Analyst
Oregon State Library
503-378-4243 258
[EMAIL PROTECTED]

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] other thoughts about email commands

2005-09-19 Thread Christopher Adams
I sent an earlier message about list owner commands for subscribing, 
unsubsribing, etc. I do see now where I can prevent a approval message 
being sent to the subscriber. However, it looks like I will probably 
just make myself the owner and have the list owner send the subscribe 
and unsubscribe commands to the request address. I will initially set 
the password for everyone to be the same and the list owner will use 
that password for future subscriptions and unsubscriptions. I will end 
up doing the approving of all these requests.

However, I have another question about issuing email commands for 
subscribing. In the web interface, I can add information along with the 
email address, by using the syntax Joe Blow[EMAIL PROTECTED]. If 
I issue this by email, Mailman chokes on it. Here is an example.

subscribe password address=Joe Blow[EMAIL PROTECTED].

Mailman seems confused by brackets and quotes. Any ideas how to do this 
via email?

-- 


Christopher Adams

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Footer Issue - not attachment

2005-09-19 Thread Johnny Schlaack
Greetings,

 

I'm trying to get some help in putting footers in the main text of an email
instead of as an attachment.  I have read online in Article 4.39 that the
mailing list was updated in version 2.1.5 to allow footers to be added in
the body of the text but I don't see what I need to make it happen.  I still
get footers as attachments.

 

I don't understand this stuff much.  I do maintain the website for
grahamchurch.org. I host our website with arkwebs.com.  They don't seem to
know much about the mailing lists.  Can you give me any help or direct me to
someone who can.

 

Thanks,

John Schlaack

 

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Footer Issue - not attachment

2005-09-19 Thread Christopher Adams
One thing that I have found useful is to make sure the senders are 
sending messages as plain text only.


Christopher Adams


Johnny Schlaack wrote:
 Greetings,
 
  
 
 I'm trying to get some help in putting footers in the main text of an email
 instead of as an attachment.  I have read online in Article 4.39 that the
 mailing list was updated in version 2.1.5 to allow footers to be added in
 the body of the text but I don't see what I need to make it happen.  I still
 get footers as attachments.
 
  
 
 I don't understand this stuff much.  I do maintain the website for
 grahamchurch.org. I host our website with arkwebs.com.  They don't seem to
 know much about the mailing lists.  Can you give me any help or direct me to
 someone who can.
 
  
 
 Thanks,
 
 John Schlaack
 
  
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 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/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/chris.a.adams%40state.or.us
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Sorth by author

2005-09-19 Thread Elvis Fernandes
Hello,
 When viewed using a web browser, mailman allows to be sorted by threads and 
by date.
Is is possible to sort by author? What needs to be done?
 Thanks
Elvis
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] No public lists

2005-09-19 Thread Michel R Vaillancourt

Greetings to the list.  I've been happily running Mailman now on a 
Slackware box for several years.  I'm in the process of reorganizing my 
domain, so changed the name the server that is hosting my half-dozen 
lists from www.wolfstar.ca to lists.wolfstar.ca.

Mail is still moving properly to the list server.  However, the web 
interface died almost immediately.  Specifically, if you go to 
http://lists.wolfstar.ca/mailman/listinfo.cgi it says:

There currently are no publicly-advertised Mailman mailing lists on 
lists.wolfstar.ca.

I'm stumped.  I've verified that my settings in Mailman/mm_cfg.py 
reflect the new environment.  I've even gone through with 
bin/config_list and ensured that 'advertised = 1' is set for all lists.

Any suggestions on how to correct this?

-- 
-- Michel Vaillancourt
Wolfstar Systems


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] lost subscriptions

2005-09-19 Thread Jack Ziegler
Hello,

We are running mailman 2.1.5.  We have a problem where subscriptions get 
lost.  The subscribe log shows a new subscription, and the subscriber 
(or subscribee, if the subscription is done via admin mass 
subscription)  gets a welcome message, but their address does not get 
added to the list. 

Has anyone else seen this problem?  We have the web interface on 
multiple web servers, while the queue runners and cron jobs run a 
separate server.

Thanks for any help you can provide.

Jack Ziegler
Sonoma State University
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] hide lists from listinfo page only (leave on admin page)

2005-09-19 Thread Xiaoyan Ma
We have migrated all mailing lists from Majordomo to Mailman 
(mailman-2.1.5-25.rhel3n on redhat 
3.0 AS).  We would like to hide those lists that are closed for subscription 
from the listinfo 
page for 2 reasons: to keep the page short and to avoid subscription attempts. 
We would like to 
keep them on the admin page for the list owners. Setting advertised = 1 will 
hide the list from 
both listinfo page and admin page.

We would like to set this up at the list level so we don’t have to modify the 
global 
configurations during upgrades.  I have tried to modify “web_page_url =  
listinfo/%(list_name)s” 
to something like  “web_page_url =   listinfo/%( )s” to blank out the listinfo 
url but could not 
get the syntax right.

Am I on the right track?  What are the other options?

Thanks.

Xiaoyan
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] printing a manual

2005-09-19 Thread Douglas B. Jones

Hi,

I am trying to print:

http://www.gnu.org/software/mailman/mailman-install.pdf

Regardless on which computer (W2K or XP), I get:

'The document could not be printed'

Is it somehow locked where it does not allow printing
or is there some other factor? I am able to print other
PDF files with no problem.

Thanks!

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Willing to pay $$$ for help tonight

2005-09-19 Thread The fetish girls
I have made my list but Im not sure how to use the program and am willing to 
pay for help. Please e-mail me at [EMAIL PROTECTED] If you can help
 JIM
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


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

2005-09-19 Thread Jeff Wilson
 From:
 Bill Moseley [EMAIL PROTECTED]

 Anyone else seen this issue before?
 
 
 On Fri, Sep 16, 2005 at 07:51:24PM -0700, Bill Moseley wrote:
 
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]
From: Foo Barr [EMAIL PROTECTED]

I'm sure I've seen this mentioned someplace before but not having luck
finding it now.

Can anyone point me to info on this.  It would be nice to get a patch
until the machine can be upgraded to Sarge.

I had a similar problem subscribing dotted names while using Mailman 
2.1.2 in June of last year or so. I don't know what ver of Python was in 
play at the time.

-- 
Jeff Wilson - [EMAIL PROTECTED]
 http://www.io.com/~jwilson 
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp