Re: [Mailman-Users] Two questions

2006-01-04 Thread Thomas von Hassel

On Jan 4, 2006, at 12:37, Bob Tourkow wrote:

 Hello everyone,



 My organization makes extensive use of multiple Mailman lists, and  
 I am
 involved in the administration of a couple “easy” lists.  But there  
 are two
 things I would like to do that I can’t seem to find out how to do.   
 Maybe
 one of you can tell me what to do.



 1.  (Seemingly simple question)  How can I print out a complete  
 list of the
 names and email addresses of all members of the list?



in your mailman/bin directory type:

./list_members --fullnames listname


 2. I have a list that was once used for a one-time mailing, and I  
 now need
 to remove all of the subscribers from it, without them receiving
 un-subscribed messages.


in your mailman/bin directory type:

./remove_members --all --nouserack listname


/thomas




--
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] Shunting msgs.

2006-01-02 Thread Thomas von Hassel

On Jan 1, 2006, at 22:43, Thomas von Hassel wrote:

 Hi

 i have a mailman 2.1.6 installation on freebsd 4.9

 Many of the msgs. to my lists are beging shunted with this error:

 Uncaught runner exception: 'ascii' codec can't decode byte 0xe6 in
 position 18: ordinal not in range(128)

 Most of these msgs. are normal, plaintext msgs. Is there a way to
 force these msgs to the list, or is there something i could look at
 so these msgs. don't get shunted.




Hi again, i really hate to bump threads like this, but after  
extensive searching i could not find a resolution to this problem, or  
a good explanation. ?


/thomas


--
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] Shunting msgs.

2006-01-02 Thread Thomas von Hassel
Hi

I think i found a solution to my problem at least. On further  
inspection the function that produced the error was the one appending  
the standard footer. When i remove the footer text in mailman, the  
msgs. are deliverd normally


/thomas


On Jan 2, 2006, at 12:48, Stephen J. Turnbull wrote:

 Thomas == Thomas von Hassel [EMAIL PROTECTED] writes:

 Thomas Hi i have a mailman 2.1.6 installation on freebsd 4.9

 Thomas Many of the msgs. to my lists are beging shunted with this
 Thomas error:

 Thomas Uncaught runner exception: 'ascii' codec can't decode byte
 Thomas 0xe6 in position 18: ordinal not in range(128)

 My guess it that you have a lot of users with MUAs that don't conform
 to RFC 822 (let alone RFC 2822), and they are sending non-ASCII in the
 headers.  Mailman doesn't like that.  (Do your users normally use the
 ae ligature---ISO-8859-1 value of 0xE6?)

 Thomas Most of these msgs. are normal, plaintext msgs. Is there a
 Thomas way to force these msgs to the list, or is there something
 Thomas i could look at so these msgs. don't get shunted.

 If it's what I think it is, no.  Mailman 2.1.x simply assumes that
 (raw) headers are not going to contain non-ASCII, period.  *All*
 headers that will display as non-ASCII must be MIME-encoded.


 -- 
 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.

Thomas von Hassel
[EMAIL PROTECTED]

Foiled in yellow this direction, the lawyer next spoon advised  
making the
hot attempt


--
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] Shunting msgs.

2006-01-01 Thread Thomas von Hassel
Hi

i have a mailman 2.1.6 installation on freebsd 4.9

Many of the msgs. to my lists are beging shunted with this error:

Uncaught runner exception: 'ascii' codec can't decode byte 0xe6 in  
position 18: ordinal not in range(128)

Most of these msgs. are normal, plaintext msgs. Is there a way to  
force these msgs to the list, or is there something i could look at  
so these msgs. don't get shunted.


/thomas




-- 
Thomas von Hassel
[EMAIL PROTECTED]

If it's not on fire then it's a software problem


--
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] Wierd error

2004-09-06 Thread Thomas von Hassel
When folks try to mail password reminders they get this error:
Traceback:
Traceback (most recent call last):
  File /usr/local/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/local/mailman/Mailman/Cgi/options.py, line 249, in main
loginpage(mlist, doc, user, language)
  File /usr/local/mailman/Mailman/Cgi/options.py, line 813, in 
loginpage
table.AddRow([_(In order to change your membership option, you 
must
  File /usr/local/mailman/Mailman/i18n.py, line 89, in _
return tns % dict
ValueError: unsupported format character 'p' (0x70) at index 105


Python information:
Variable
Value
sys.version
 2.2.3 (#1, Jun 19 2003, 22:18:51) [GCC 2.95.4 20020320 [FreeBSD]]
sys.executable
 /usr/local/bin/python
sys.prefix
 /usr/local
sys.exec_prefix
 /usr/local
sys.path
 /usr/local
sys.platform
 freebsd4
any ideas what went wrong ?
/thomas
--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


[Mailman-Users] Translation of mailman

2001-05-08 Thread Thomas von Hassel

Hi

Is there a way to translate the messeges ppl get when the get
automated mail from the listserver. like the password reminder, the
wellcome note etc. There in english but most my users are danish so
it would be great if u could localize it.

/Thomas
--
Thomas von Hassel
Web4Business ApS
Paghs Allé 28
Tlf:70 25 17 70
Fax:70 25 17 80
Web:http://www.w4b.dk

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Wierd errors in maillog

2001-05-05 Thread Thomas von Hassel

Hi i got these wierd errors in sendmails log:

f45IM6015850: [EMAIL PROTECTED]... Cannot mail
directly to programs

my aliases look like this:


[EMAIL PROTECTED]  |/etc/smrsh/wrapper
post tollerlist
[EMAIL PROTECTED]|/etc/smrsh/wrapper
mailowner tollerlist
[EMAIL PROTECTED]  |/etc/smrsh/wrapper
mailcmd tollerlist
[EMAIL PROTECTED]
[EMAIL PROTECTED]

got any clues ?
--
Thomas von Hassel
Web4Business ApS
Paghs Allé 28
Tlf:70 25 17 70
Fax:70 25 17 80
Web:http://www.w4b.dk

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Virtual Hosts (was wierd errors in maillog

2001-05-05 Thread Thomas von Hassel

Hey again.

The reason it didn't work before was 'couse i tried to run the list
as a virtualone. The aliases were modified for sendmails
virtusertable but aperantly that didnt work.

Is there anyone outthere who has a way to operate mailman with virtual hosts ?

We want to use mailman for several domains, but obviusly we can only
have one news and one list etc. etc. if we run it as it's setup
standard.

any ideas ppl ?

/thomas
--
Thomas von Hassel
Web4Business ApS
Paghs Allé 28
Tlf:70 25 17 70
Fax:70 25 17 80
Web:http://www.w4b.dk

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users