[Mailman-Users] Problems with Archives, please help

2006-01-02 Thread Hugh Esco
Hey folks: Looking forward to trying out the 2.1.7. But in the mean time, I'm debugging an archiving issue with 2.1.6. At: http:///mailman/admin//archive I've set a list configuration to: Publicly archive with weekly volumes. The cron jobs are loaded and at least some of the configured lists a

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Mark Sapiro wrote: > >I intend to develop a proper fix within a day or two. As soon as I can >get a grasp on what 2.1.7 change is causing this changed behavior. Please go to and download and try the HyperA

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >So, let me just see if I have this right, this error only happens when >I rebuild the archive? I think it happens with new posts too. >Will it happen when new posts are sent to the list, and therefore archived? I haven't actually checked this out, but what I think w

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Bryan Carbonnell wrote: > > > >The error I get is: > >UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position > >2025: ordinal not in range(128) > > > >I have looked through the mbox file and all the ascii characters > >greater tha

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >The error I get is: >Pickling archive state into /var/mailman/archives/private/dba-vb/pipermail.pck >Traceback (most recent call last): > File "./bin/arch", line 200, in ? >main() > File "./bin/arch", line 188, in main >archiver.processUnixMailbox(fp, start, end

Re: [Mailman-Users] Invalid : @hotmail.com

2006-01-02 Thread Munzir Taha
في يوم الثّلاثاء 03 ذو الحجّة 1426 01:10, كتب Mark Sapiro: > Munzir Taha wrote: > ># /usr/lib/mailman/bin/sync_members -w=no -f myfile.list mylistname > >Invalid :@hotmail.com > > > >Any hint why I got this error? I checked the myfile.list and can't see any > >mail without the u

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Bryan Carbonnell <[EMAIL PROTECTED]> wrote: > Does Mailman log anything when you try and rebuild the archive from > the commandline? > I have looked through the mbox file and all the ascii characters > greater than 128 are in the body of the e-mails. The 2 characters that > i can find

[Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
Does Mailman log anything when you try and rebuild the archive from the commandline? The reason I am asking is that I have just installed MM2.1.7 on a test box and tried to rebuild the archive and I get an error with every archive I try and rebuild and I would like to try and track down what is ca

[Mailman-Users] messages not being sent

2006-01-02 Thread Ira Rosenblum
I set up a mailing list using Mailman 2.1.6 and all the configuration seems correct, yet some messages sent to the list are not making it to the group members (even though the messages appear in the list archives). Has anyone else had this problem and if so, what did you do to solve it? I a

Re: [Mailman-Users] Invalid : @hotmail.com

2006-01-02 Thread Mark Sapiro
Munzir Taha wrote: > ># /usr/lib/mailman/bin/sync_members -w=no -f myfile.list mylistname >Invalid :@hotmail.com > >Any hint why I got this error? I checked the myfile.list and can't see any >mail without the username part. > >$ grep '^@' myfile.list >$ Maybe there's a space,

[Mailman-Users] Help !!! Having Subgroups/Subsets a group

2006-01-02 Thread Kabilan L
Hello!!! I have Centos sever having mailman-2.1.5-33.rhel4 installed and configured it is working fine.I have LDAP running on my server.I have an doubt in the creating new lists/groups.I want to have subgroups.For example i have students suppose in ms group phd group btech group Here all of them

[Mailman-Users] Invalid : @hotmail.com

2006-01-02 Thread Munzir Taha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi sirs, # /usr/lib/mailman/bin/sync_members -w=no -f myfile.list mylistname Invalid :@hotmail.com Any hint why I got this error? I checked the myfile.list and can't see any mail without the username part. $ grep '^@' myfile.lis

Re: [Mailman-Users] sorting out bounces

2006-01-02 Thread Eric S. Johansson
Stephen J. Turnbull wrote: >> "Eric" == Eric S Johansson <[EMAIL PROTECTED]> writes: > Could you take a look at the bounce processing page > (http://YOUR-SERVER.TLD/lists/admin/LISTNAME/bounce or so) and tell us > what the settings are? bounce_processing: yes bounce_score_threshold: 5.0 bounc

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 wrot

Re: [Mailman-Users] Shunting msgs.

2006-01-02 Thread Stephen J. Turnbull
> "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 T

Re: [Mailman-Users] sorting out bounces

2006-01-02 Thread Stephen J. Turnbull
> "Eric" == Eric S Johansson <[EMAIL PROTECTED]> writes: >> List admins don't receive the bounces. The system does. There >> are many examples of groups of multiple list admins all >> managing the same mailing lists, and having absolutely no >> problems whatsoever with this m

Re: [Mailman-Users] manual upgrade

2006-01-02 Thread Tokio Kikuchi
Jim Popovitch wrote: > Hi, > > I normally build mailman (./configure; make install) on a dev system then > tar/rsync it to a production machine. I checked the UPGRADING notes in the > 2.1.7 release and there is no mention of anything (i.e. withlist, fix_url, > etc) that needs to be done when u

Re: [Mailman-Users] Shunting msgs.

2006-01-02 Thread Tokio Kikuchi
Hi, 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 msg

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

[Mailman-Users] List not archiving, please help.

2006-01-02 Thread Hugh Esco
Hey folks: Looking forward to trying out the 2.1.7. But in the mean time, I'm debugging an archiving issue with 2.1.6. At: http:///mailman/admin//archive I've set a list configuration to: Publicly archive with weekly volumes. The cron jobs are loaded and at least some of the configured lists a