On 04/23/2014 03:37 PM, Drew Tenenholz wrote:
>
> But would like to clarify that this information is up-to-date for our install
> (Mailman 2.1.9 --> ?? presumably the same or even a newer and better version).
It's probably fine, but assuming the new server has a Mailman 2.1.9 or
newer actually
All --
I need to move my existing Mailman system to a new AWS Server ASAP and could
use some advice. The current server works just fine, the current problem is
that the network it is on has been attacked, and the higher ups at IT have shut
off all mail communication (in or out) to the internet
I had a programmer install mailman on a new server and he said it was ready to
the DNS switch. However, when that happened nothing worked. My sys admin
said...
"Looks like that list / alias is not setup or existing. ( unless is meant to be
a mailbox and not a mailing list, but I don't think th
Vinita Aggarwal wrote:
>
>Thursday I created two cross posts (umbrealla lists) se-mf_se-drm and
>se-wes_se-drm. When around 5:00 Resource team started posting the messages
>in these lists, they found that messages are going without moderation.
This is almost certainly a list configuration issue.
Dear All,
Please help
Thursday I created two cross posts (umbrealla lists) se-mf_se-drm and
se-wes_se-drm. When around 5:00 Resource team started posting the messages
in these lists, they found that messages are going without moderation. They
reported me. I checked the mailman seetings and
Dear admin of mailman-users of python.org ; i hope de ask you nto delete a
message, we have posted it in december 2000, but now he causd to oiur
associatin damage because he contain a names and adresse, please delete it, her
is adresse http of message, please dele it and us by this adresse : [E
Dear admin of mailman-users of python.org ; i hope de ask you nto delete a
message, we have posted it in december 2000, but now he causd to oiur
associatin damage because he contain a names and adresse, please delete it, her
is adresse http of message, please dele it and us by this adresse : [E
Maulwurf wrote:
>Sep 12 13:24:28 2007 (25625)
><[EMAIL PROTECTED]> smtp to esel-mehl for
>1 recips, completed in 0.114 seconds
Above is from smtp log and is successful delivery of a mailman
generated notice (the message ID is a mailman generated one).
>__post
>Sep 12 09:56:15 2007 (25625) po
On 9/12/07, Maulwurf wrote:
> the list is set to "emergency moderation" - but the message i sent just
> DOES NOT Show up as pending !!!
> so i cannot distribute it
Check the logs of your mail server. Make sure that the message
actually got to Mailman. Follow the troubleshooting tips in FAQ
hi,
i tried sending to one of my lists
as i only use it for a weekly newsletter
i have not been using it for months,
now i wanted to re-start my service
the list is set to "emergency moderation" - but the message i sent just
DOES NOT Show up as pending !!!
so i cannot distribute it
panic!
be
Nathaniel Rahav wrote:
>I had 150 moderator requests on a particular list (all spam) and due to
>some strange unicode characters in one or two of the messages, I was
>receiving an error when trying to "delete all moderator requests marked
>defer".
>So i went into the mailman directory on the se
Greetings Mailman Users. I did something supremely dumb last night in a
late night attempt to be efficient and inadvertently corrupted one of my
lists.
I had 150 moderator requests on a particular list (all spam) and due to
some strange unicode characters in one or two of the messages, I was
r
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
> And yes, this looks the same. One thing I thought of - are both of
> these excerpts from something identified by bin/dumpdb as 'object 1'
> in the file. i.e. directly below the lines
>
> [- start pickle file -]
> <---
John Fleming wrote:
>
>BINGO! The results listed several lists without error, and then there was
>the attribute error for real_name. The preceeding list was the mailman
>list! So with appropriate backups, I renamed the mailman list's
>config.pck.last file to config.pck and ran mylist_lists ag
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
> Try the following:
> and add the line 'print n' so it becomes
>
>mlists = []
>longest = 0
>for n in names:
>print n
>mlist = MailList.MailList(n, lock=0)
>if advertised and not ml
John Fleming wrote:
>
>OK, finally, that gives the expected output (below) - Only it just lists all
>of my lists (only 12) with their expected advertised attributes, some 0 and
>some 1. No errors about any of them being missing. I also ran it grepping
>for "real_name" and also got the expected
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Saturday, March 03, 2007 10:45 AM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> Replace the line
>
>
John Fleming wrote:
>
>list_lists gives me the same error:
>
>Luke:/var/lib/mailman/bin# ./list_lists
>Traceback (most recent call last):
> File "./list_lists", line 122, in ?
>main()
> File "./list_lists", line 102, in main
>longest = max(len(mlist.real_name), longest)
> File "/var/lib/
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Saturday, March 03, 2007 9:43 AM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> John Fleming wrote:
>>
&g
John Fleming wrote:
>
>Same thing as before. Here's the script:
>
>Luke:/var/lib/mailman# cat johntest
>! /bin/sh
This line needs to begin with a '#'
#! /bin/sh
>for list in `/var/lib/mailman/bin/list_lists --bare`
>do echo --
>echo list: $list
>/var/lib/mailma
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Friday, March 02, 2007 11:11 PM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> John Fleming wrote:
>>
&
John Fleming wrote:
>
>1. I must be doing something wrong - Running that script only gives me:
>
>Luke:/var/lib/mailman# ./johntest <- the script
>sh-2.05b#
Yes. something is wrong because apparently, bin/sh is trying to read
its input from the terminal instead of the script. What is the exa
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Friday, March 02, 2007 10:17 PM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> Mark Sapiro wrote:
>>
>
Mark Sapiro wrote:
>
>Try the following shell script
>
>#! /bin/sh
>for list in `/path/to/bin/list_lists --bare`
>do echo --
>echo list: $list
>/path/to/bin/dumpdb /path/to/lists/$list/config.pck | grep advertised
>echo ---
>done
BTW
John Fleming wrote:
>
>The .pck files are OK. My lists are working again after -another- qrunner
>restart and nothing else changed. However, there's still a problem. I can
>view any individual list's information via the usual web pages
>(www.domain.name/mailman/listinfo/), but I get the "We h
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, March 02, 2007 10:04 PM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> Quoting John Fleming <[EMAIL PROTECTED]>:
>
>>
>> - Original Message -
>>
Quoting John Fleming <[EMAIL PROTECTED]>:
>
> - Original Message -
> From: "Mark Sapiro" <[EMAIL PROTECTED]>
> To: "John Fleming" <[EMAIL PROTECTED]>;
> Sent: Friday, March 02, 2007 11:15 AM
> Subject: Re: [Mailman-Users] Urgent
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Friday, March 02, 2007 11:15 AM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> John Fleming wrote:
>
John Fleming wrote:
>Never seen this before - When visiting mailman listinfo web page, I get:
>
>Bug in Mailman version 2.1.5
>We're sorry, we hit a bug!
>Please inform the webmaster for this site of this problem. Printing of
>traceback and other system information has been explicitly inhibited,
Never seen this before - When visiting mailman listinfo web page, I get:
Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited, but
the webmaster can find
Kabilan L wrote:
>
>I am trying to fix LDAP Member Adaptor V3.0 with my Mailman.I have Centos and
>Openldap-2.2.13.2.I am trying do the same as said in this
>http://webserver.offal.homelinux.org/LDAPMemberAdaptor/V3.0/LDAPMemberAdaptor/
>website.ie i have done the following
>
>Copied LDAPMembershi
Hello!!!
I am trying to fix LDAP Member Adaptor V3.0 with my Mailman.I have Centos and
Openldap-2.2.13.2.I am trying do the same as said in this
http://webserver.offal.homelinux.org/LDAPMemberAdaptor/V3.0/LDAPMemberAdaptor/
website.ie i have done the following
Copied LDAPMemberships.py to /usr/l
Jimmy Pierre wrote:
>
>Thanks for your input! I will not need the archives, just an export of the
>email addresses in order to import on the same server.
>
>Export domainA.com => domainB.com
>Both based with the same hosting company, same DNS etc. I have the
>login/password of both domains, in fact
Hi Brad,
Thanks for your input! I will not need the archives, just an export of the
email addresses in order to import on the same server.
Export domainA.com => domainB.com
Both based with the same hosting company, same DNS etc. I have the
login/password of both domains, in fact I run both domain
Brad Knowles wrote:
>At 3:14 PM +0200 2005-09-25, Jimmy Pierre wrote:
>
>
>> The issue is that I am not root on the dedicated server, so there are a few
>> python scripts that will not work. (access denied et al)
>
> If you're not a priviledged site admin with root access, then you
>won't
At 3:14 PM +0200 2005-09-25, Jimmy Pierre wrote:
> I spent an interesting time looking for information on how to export mailman
> list emails to a text file and import in the new domain.
Are you talking about trying to take the archive of the list on
one server and import that into ano
Greetings,
I spent an interesting time looking for information on how to export mailman
list emails to a text file and import in the new domain.
The issue is that I am not root on the dedicated server, so there are a few
python scripts that will not work. (access denied et al)
Tried http://www.t
>Dear Mailman,
>
>I am the administrator of a new list using Mailman, to a non profit coalision
>of environmental organizations arrond the world.
>
>This is a great software. We are really happy with it. But during the tests,
>I was crating some messages. Now everybody can see the tests messages i
Here is what you posted, with a little more detail. You need command line
access to Mailman.
Locate the message in the web archives and load it up for reference.
Stop the mailman runner so the mailbox won't be touched while you're working
cd /home/mailman && bin/mailman stop
Back up the list a
Dear Mailman,
I am the administrator of a new list using Mailman, to a non profit coalision
of environmental organizations arrond the world.
This is a great software. We are really happy with it. But during the tests,
I was crating some messages. Now everybody can see the tests messages in the
** High Priority **
Please tell me why I am unable to access the following site:
No such list [EMAIL PROTECTED], is the message I
received when trying to send out an e-mail the UWCSA.
Thank you.
**
Janet West
University of Washington
School of
Health watch <[EMAIL PROTECTED]> wrote:
>How do I turn off the incoming mailman messages
If you're talking about mail from this list (mailman-users@python.org),
there is an Unsubscribe link at the bottom of each message.
If you're talking about mail from some other list, see the manual at
ht
On Sun, 17 Apr 2005 13:13:59 +0700
Health watch wrote:
> How do I turn off the incoming mailman messages
>
> --
> Have healthy days-nights
> see how2 here:www.ahealthylonglife.com
> --
> Mailman-Users mailing list
> Mailman-Users@python.org
How do I turn off the incoming mailman messages
--
Have healthy days-nights
see how2 here:www.ahealthylonglife.com
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http
Hi there.
I have set up an HTML mail for our company. It needs to be HTML we
specialise in motion graphics and our clients will expect to see images in
their newsletter.
My problem is this. I can send the HTML mail (which uses links for images
online so no images are ever attached) without any pr
wrote on Wed, 21 Apr 2004 21:28:10 -0400:
> I am the owner/ webmaster of www.imagesofeden.com and just recently,
> the website was moved to a different IP address.
>
sounds like your webhosting service did this. You should contact them.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Co
To Whom It May Concern:
I am the owner/ webmaster of www.imagesofeden.com and just recently, the website was
moved to a different IP address. Ever since then, I cannot send e-mails to my mailing
list [EMAIL PROTECTED] and I cannot get into the administration page to edit. The
mailing list has
On Thu, Mar 18, 2004 at 11:25:26AM -0500, Atkins, Brian wrote:
> Open relay?
It's now fixed. The problem was one user who had made an wrong php
script and that kept sending mails that created a loop.
The webpages run under the user id, and so I tought that mailman send
those mails. What wasn't
Open relay?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rudy Gevaert
Sent: Thursday, March 18, 2004 7:00 AM
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] urgent: list sends lots of email to list-admin
Hi,
Yesterday a list send a lot of mails to the
Hi,
Yesterday a list send a lot of mails to the list-admin. 2/3 per
second sometimes. Now my mail access has been cut of due to that
(what's normal). What could the problem be? The installation has run
without trouble for over a year.
I'm using exim and the mailman in Debian Stable
Relevant
hi
i put my password on administrative and I just get "page not found"
can you help me?
thanks
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm
hi
i put my password on administrative and I just get "page not found"
can you help me?
thanks
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm
* Yusuf, Mohamed Ismail ([EMAIL PROTECTED]) wrote:
> Forbidden
> You don't have permission to access /pipermail/listserv/ on this server.
> Additionally, a 403 Forbidden error was encountered while trying to use an
> ErrorDocument to handle the request.
What does '$prefix/bin/check_perms -f' tell
Dear Mailman users,
I would appreciate you will provide me with the relevant fix, inclusive of all the
instructions pertaining to the following error. Please note that I have transmitted a
test email to the list which is a requirement to activate archives which then may be
accessed. How ever I
I shall do the upgradation...
But, let me know the cause of this problem..
Thanks
Ganeshh
Barry A. Warsaw wrote:
"ganeshh" == <[EMAIL PROTECTED]> writes:
ganeshh> I am running 30 lists on mailman 2.0.8
You should upgrade at least to Mailman 2.0.13.
-Barry
-
Hi Barry
I shall upgrade Mailman, but is there any specific reason for this
behaviour, since i need to give an explanation to my team here.
Thanks in advance
Warm Regards
Ganeshh
Barry A. Warsaw wrote:
"ganeshh" == <[EMAIL PROTECTED]> writes:
ganeshh> I am running 30 lists on mailma
> "ganeshh" == <[EMAIL PROTECTED]> writes:
ganeshh> I am running 30 lists on mailman 2.0.8
You should upgrade at least to Mailman 2.0.13.
-Barry
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/
Dear Lists
I am running 30 lists on mailman 2.0.8 and out of which 20 to 25 of them
are really active. The mailing system is working fine , but i like to
share with
you a strange behaviour with mailman, or maybe i dunno it could an human
error.
I added my 31st list on 23rd January and please f
Dear Lists
I am running 30 lists on mailman 2.0.8 and out of which 20 to 25 of them
are really active. The mailing system is working fine , but i like to
share with
you a strange behaviour with mailman, or maybe i dunno it could an human
error.
I added my 31st list on 23rd January and please f
Dear List
The below mail is critical for me, let me know the possible cause.
Warm Regards
Ganeshh
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/f
05-Feb-03 at 17:13, Martin Timm ([EMAIL PROTECTED]) wrote :
> Feb 5 15:33:51 cailte Mailman mail-wrapper: Group mismatch error.
> Mailman expected the mail wrapper script to be executed as group
> "postfix", but the system's mail server executed the mail script as
> group "mailman". Try tweaking
Hello Simon,
Wednesday, February 5, 2003, 4:33:37 PM, you wrote:
SW> Try to find some ways to trace things. Any mail sending attemps will be
SW> in Postfix logs. Mailman will log things too.
Feb 5 15:33:51 cailte postfix/smtpd[4951]: connect from
sleet.ispgateway.de[62.67.200.125]
Feb 5 15:33
05-Feb-03 at 16:26, Martin Timm ([EMAIL PROTECTED]) wrote :
> I have installed Postfix 19993112 02 and Mailman 2.1
That's a very old Postfix with a new Mailman.
> Mailman is neither sending any messages outbound nor forwarding mails
> to members. There is also no damon-message coming back. I cann
Hello,
I have installed Postfix 19993112 02 and Mailman 2.1
Mailman is neither sending any messages outbound nor forwarding mails
to members. There is also no damon-message coming back. I cannot trace
the mails as it looks like they are not in any spooling files. It's
like the are ending up nowhe
Charles Sebold <[EMAIL PROTECTED]> writes:
> On 7 Iyyar 5762, Detlef Neubauer wrote:
>
> > Sorry Guys,
> >
> > why did you send all the messages as Cc: to me? I read the list.
>
> Because you didn't have a header that said something like
> "Mail-Copies-To: never" or "nobody" in your headers?
On 7 Iyyar 5762, Detlef Neubauer wrote:
> Sorry Guys,
>
> why did you send all the messages as Cc: to me? I read the list.
Because you didn't have a header that said something like
"Mail-Copies-To: never" or "nobody" in your headers?
--
Charles Sebold Shabbat Shalom 7th
Lewis Lau <[EMAIL PROTECTED]> writes:
> Dear guys,
>
> I got it!! It works!! I love you all!! Haha...
> So happy now! Thanks for all of your kindly help!
Sorry Guys,
why did you send all the messages as Cc: to me? I read the list.
Mit freundlichen Grüßen
Detlef Neubauer
--
.oO GnuPG Key
out the mail...
:)
Rob Morin(Mr.Legacy)System
Administratorinter.net/TotalNetMontreal, Canada1.514.487.4707[EMAIL PROTECTED]
- Original Message -
From:
Lewis Lau
To: Detlef Neubauer
Cc: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:49
PM
Subject: [Mailman-Users
Dear guys,
I got it!! It works!! I love you all!! Haha...
So happy now! Thanks for all of your kindly help!
Warmest Regards,
Lewis
Lewis Lau wrote:
> ## test3 mailing list
> ## created 19-April-2002 apollo
> test3:"|/home/mailman/mail/wrapper post test3"
> test3-admin:
Lewis Lau wrote:
> ## test3 mailing list
> ## created 19-April-2002 apollo
> test3:"|/home/mailman/mail/wrapper post test3"
> test3-admin:"|/home/mailman/mail/wrapper mailowner test3"
> test3-request: "|/home/mailman/mail/wrapper mailcmd test3"
> test3-owner:
Hi all,
I need to setup a mailing list for a discussion group by this Firday, but
now I'm facing a big problem (Maybe just a minor one for you guys), but it
definately get me confused! I wish someone can kindly give me advice to fix
this problem. I really need a hand!!
I'm running Mailman 2.0.
I've setup a new list, added aliases to sendmail but keep
getting the error:
- The following addresses had permanent fatal errors
-
"|/chroot/home/mailman/mail/wrapper mailcmd liberal"
(reason: 1)
(expanded from:
<[EMAIL PROTECTED]>)
- Transcript of session follows
manoj wrote:
> Please contact the server administrator, [EMAIL PROTECTED] and inform them of
>the time the error occurred, and anything you might have done that may have caused
>the error.
>
> More information about this error may be available in the server error log.
This is where you sho
Dear Sir,
I have a hosting space on
a server where your Mail Manager is installed.I have created the
mailing list on my domains. I was using these lists properly. But now a
days i am facing some Problems in accessing my mailing list on that
server. I am regularly reciving the mails for mod
Hello,
i'm using your mailman service.and i have some problems or let's
call them questions. first i have hosted my domain with a new host
who is using your mailing list. and i already have old e-mails and i
need to import them to my new host but i don't know how?" they
are in text file"
2nd
My mailing list has stopped sending emails. However, if I subscribe someone
through the admin interface they receive a confirmation email. Can anyone
help?
Keith
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/li
> "JL" == Jacques Leurs <[EMAIL PROTECTED]> writes:
JL> We recently set up Mailman version 2.00.
First of all, upgrade to Mailman 2.0.5. May or may not fix your
specific problem, but it does have some important patches.
JL> The transfer has been done very easy and smoothly the
Is there a question here? I can't find a problem description or
question in your mail.
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Urgent request
for assistance
We recently set
up Mailman version 2.00.
We did several
trial set-up’s and test’s till we where confident with the programme. We chose
it for the various ways of set-up and the respect of the subscribers.
Than we started hosting
lists coming from
Urgent request
for assistance
We recently set
up Mailman version 2.00.
We did several
trial set-up’s and test’s till we where confident with the programme. We chose
it for the various ways of set-up and the respect of the subscribers.
Than we started
hosting lists coming from
Urgent request
for help
We recently set
up Mailman version 2.00.
We did several
trial set-up’s and test’s till we where confident with the programme. We chose
it for the various ways of set-up and the respect of the subscribers.
Than we started
hosting lists coming from YAHOO
Hi,
What happens if you have messages sent by approval of the admin. in the
privacy section?
Del
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
See below for more info. Since I sent this message the first time,
I've had 1 reply. I'm thinking I need to include a snappy come-on in
my .sig to get everyone's attention. I've learned one more thing, the
mailing list had 1 email address with a space in it. The address
something like:
[
[EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Mailman-Users] URGENT - how can I get a text list of
> subscribers
>
>
> Unsubscribing doesn't even help so I'm sure it wouldn't but what else
> can I do??? If the subscribers on this list weren't
AIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 11:36 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [Mailman-Users] URGENT - how can I get a text list of
subscribers
Unsubscribing doesn't even help so I'm sure it wouldn't but what else =
c
On Thu, 12 Apr 2001 [EMAIL PROTECTED] wrote:
> Is your list sending the message once every minute like mine is? And it's
> not the complete message, only about 3/4 of it then the rest is cut off.
First, tell your so-called technicians to move the message out of the
queue directory (stopping the
On Thu, 12 Apr 2001 [EMAIL PROTECTED] wrote:
> Is there a way to get a text list of subscribers from mailman?
~mailman/bin/list_members listname
You might want to get seperate lists for digested and non-digested
members.
alex
--
Mailman-User
webdesign.com/
Visit C W O W! http://www.cwowfoundation.org/
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Thursday, April 12, 2001 11:22 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] URGENT - how can I g
On Thu, Apr 12, 2001 at 11:20:06AM -0400, [EMAIL PROTECTED] wrote:
> Is there a way to get a text list of subscribers from mailman?
>
> I'm still having the problem where that same message is being sent once per
> minute and I'm considering deleting the list but I don't want to lose all
> the sub
Is there a way to get a text list of subscribers from mailman?
I'm still having the problem where that same message is being sent once per
minute and I'm considering deleting the list but I don't want to lose all
the subscribers in the process.
I'm afraid this wouldn't help but this is getting re
I should first remove the following line from mailman's crontab :
* * * * * /opt/python/bin//python -S /home/mailman/cron/qrunner
and then look for the origine of the problem.
Phil.
__
/\ H E W L E T T/\/\P
Sorry for sending this to developers and users. I'm not sure which
group is more appropriate.
I've been using 2.0 final for a couple of months now without a
problem. I've got roughly 60,000 people on my mailing list and I'm
using sendmail as the MTA on RH6.2. The list is moderated and there
Have you ever known Mailman to send the same message over and over and
over??? I sent a message to one of my lists at 1:45 this afternoon and it
has sent the SAME message out ONCE EVERY MINUTE since then!!!
It's doing this with two messages that I sent within a minute or two of each
other.
The te
Have you ever
known Mailman to send the same message over and over and over??? I sent a
message to one of my lists at 1:45 this afternoon and it has sent the SAME
message out ONCE EVERY MINUTE since then!!! It's doing this with two
messages that I sent within a minute or two of each other.
- Original Message -
From: "james nzeh" <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 8:08 AM
> NO OTHER PERSON KNOWS ABOUT
> THIS ACCOUNT OR ANY THING CONCERNING IT
Exiting! sending this to the secret mailman-users list is a smart move. I
promise none here will tell anybody about i
On 11:08 PM 3/14/01, james nzeh wrote:
>DEAR SIR,
>
>IN ORDER TO TRANSFER OUT (USD 26 MILLION DOLLARS) FROM
>OUR BANK. I HAVE THE COURAGE TO ASK YOU FOR YOUR
>ASSISTANCE BY PROVIDING YOUR ACCOUNT OR TO LOOK FOR A
>RELIABLE AND HONEST PERSON WHO WILL BE CAPABLE FOR
>THIS IMPORTANT BUSINESS B
DEAR SIR,
IN ORDER TO TRANSFER OUT (USD 26 MILLION DOLLARS) FROM
OUR BANK. I HAVE THE COURAGE TO ASK YOU FOR YOUR
ASSISTANCE BY PROVIDING YOUR ACCOUNT OR TO LOOK FOR A
RELIABLE AND HONEST PERSON WHO WILL BE CAPABLE FOR
THIS IMPORTANT BUSINESS BELIEVING THAT YOU WILL NEVER
LET ME DOWN EITHER NOW O
BTW, I tried upgrading to python-2.0 and that did not resolve the issue.
Now the log reads:
Feb 20 00:06:02 2001 qrunner(869): Traceback (most recent call last):
Feb 20 00:06:02 2001 qrunner(869): File
"/usr/share/mailman/cron/qrunner", line 283, in ?
Feb 20 00:06:02 2001 qrunner(869): kid
We are running mailman-2.0.1 under Red Hat Linux 6.2. Python is version
1.5.2. For some reason that I can't figure the following message is
breaking qrunner and if ever such a message should end up in the qfiles
directory, ALL list processing comes to a stand still (why?!!). It
would be nice if
99 matches
Mail list logo