[Mailman-Users] Request to remove message from Digest and Archive

2010-06-14 Thread David Devereaux-Weber
One of my list subscribers inadvertently sent a private message to the
list.  Subscriber asked that message be removed from both the digest
and the archive. How is that accomplished?

Thanks!

Dave

-- 
David Devereaux-Weber, P.E.
DDW Services http://ddwsvcs.com
d...@ddwsvcs.com
(608)576-2599
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Looking for Help recovering from Disk Full

2010-05-05 Thread David Devereaux-Weber
I'm running Mailman version 2.1.9 on Solaris.  I had a disk full
situation.  I'm resolving problems as I encounter them.  Can anyone
shed some light on this error message?  Is it possible to delete the
held messages file to clear this up?

Dave


Your cron job on ddwsvcs
/usr/local/bin/python -S /usr/local/mailman/cron/checkdbs

produced the following output:

Traceback (most recent call last):
  File /usr/local/mailman/cron/checkdbs, line 203, in ?
main()
  File /usr/local/mailman/cron/checkdbs, line 104, in main
discarded = auto_discard(mlist)
  File /usr/local/mailman/cron/checkdbs, line 192, in auto_discard
heldmsgs = mlist.GetHeldMessageIds()
  File /usr/local/mailman/Mailman/ListAdmin.py, line 143, in GetHeldMessageIds
return self.__getmsgids(HELDMSG)
  File /usr/local/mailman/Mailman/ListAdmin.py, line 138, in __getmsgids
ids = [k for k, (op, data) in self.__db.items() if op == rtype]
TypeError: unpack non-sequence


-- 
David Devereaux-Weber, P.E.
DDW Services http://ddwsvcs.com
d...@ddwsvcs.com
(608)576-2599
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Making Your Name Mandatory?

2007-04-23 Thread David Devereaux-Weber, P.E.
Is there a way to make Your Name a mandatory part of the subscription 
process?  This is a great help to list operators trying to troubleshoot 
email problems.

Dave

-- 
David Devereaux-Weber, P.E.
DDW Services http://ddwsvcs.com
[EMAIL PROTECTED]
(608)576-2599
--
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] Problem with Installing Mailman 2.1.9 on Solaris

2007-04-09 Thread David Devereaux-Weber
Hank,

I finally succeeded in getting python and mailman to build and install.  
There were a series of issues.  I had an error in the path for the root 
user, and I had an error in PYTHONHOME for my user.  Since I was using 
the standard location for python, I removed PYTHONHOME, and I fixed the 
path for root (used for make install for python).

Thanks for your patience!

Dave

[EMAIL PROTECTED] wrote:
--
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] Problem with Installing Mailman 2.1.9 on Solaris 10

2007-04-08 Thread David Devereaux-Weber, P.E.
Hank,

I'm still not succeeding in building Mailman.  I'd like to follow 
another path.  Can you explain why Tcl/TK don't build?  The Python make 
install command fatals there, and doesn't complete copying some of the 
modules into the right places.

Dave

[EMAIL PROTECTED] wrote:
 The esteemed David Devereaux-Weber has said:
 Hank,

 Thanks for your help!

 I installed Python 2.4.4.  I did receive errors that tcl and something 
 else didn't install.  Now, the Mailman install script still finds 
 /opt/csw/lib/python2.3/distutils/dist.py:213 .  Can you tell me where 
 Python 2.4.4 puts the distutils?

 Dave

 If you built python 2.4.4 to install in /usr/local, you should have a
 /usr/local/lib/python2.4 directory that has the distutils in it.  
 
 I assume you're building Mailman 2.1.9 from downloaded source; if not,
 I recommend you do that, rather than using somebody else's prebuilt
 source.  
 
 Make sure the correct python is in your PATH.  If you've already built
 Mailman with the /opt/csw python2.3, do a make clean, rerun configure,
 make, and make install on Mailman.  
 
 As I've said, /opt/csw is not a Solaris 10 directory, but is used by
 one or more of the package prebuilders.  I would do an audit on what
 is in that directory and pkgrm anything you don't actually need on
 your system.  
 
 Using the Solaris release sendmail and apache works well, but I'd
 build Python 2.4.4 and Mailman 2.1.9 from source.  The default gid for
 sendmail is other and for apache is nobody, for the Mailman
 configure script on Solaris 9/10.
 
 Hank

-- 

David Devereaux-Weber, P.E.
DDW Services
[EMAIL PROTECTED]
(608)576-2599
http://ddwsvcs.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] Problem with Installing Mailman 2.1.9 on Solaris 10

2007-04-02 Thread David Devereaux-Weber
Hank,

Thanks for your help!

I installed Python 2.4.4.  I did receive errors that tcl and something 
else didn't install.  Now, the Mailman install script still finds 
/opt/csw/lib/python2.3/distutils/dist.py:213 .  Can you tell me where 
Python 2.4.4 puts the distutils?

Dave

[EMAIL PROTECTED] wrote:
 The esteemed David Devereaux-Weber has said:
   
 I'm having a problem with building mailman 2.1.9 on Solaris 10.  No problems 
 with configure or make, but make install breaks.

 Here is an extract:

 /opt/csw/lib/python2.3/distutils/dist.py:213: 
 

 There's your problem.
   
 Does anyone see something here?

 
 You're using the wrong Python.  I don't know where you got this Python
 (/opt/csw is not a Solaris 10 directory), but it's behaving the same
 as the Python 2.3 that is in the Solaris 10 distribution installed in
 /usr/sfw.  My recollection is that /opt/csw is being used by one or
 more prebuilt services who have religious tabus about using
 /usr/local, and presume you've downloaded a prebuilt Python package
 and installed it.  

 Download the Python 2.4.4 source (not 2.5 or later), configure, and
 build that.  It will not build completely, but what doesn't build
 (tcl and the ssl functions) isn't needed for Mailman.  Solaris 10
 comes with gcc 3.4.2 in /usr/sfw/bin, which can be used to build both
 Python and Mailman.  

 When you've got Python 2.4.4 built and installed, use which python
 to make sure it's the first one in your path.  
 /usr/local/bin/python

 Also, on a Solaris system (all versions), I strongly recommend
 renaming /usr/ucb/cc to something else so that configure scripts don't
 think the system has a working cc.  That particular cc is a shell
 script stub that is there for historical reasons dating from the
 original SVR4 specification in 1988.  

 If you have downloaded and installed the Sun development system
 (Studio 11 is the current marketing name for it) that installs by
 default in /opt/SUNWspro, use that cc and CC instead of the GNU stuff.
 Note that you'll have to force the configure scripts not to use gcc
 when you run them.  

 Hank 

   
--
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] Problem with Installing Mailman 2.1.9 on Solaris 10

2007-03-25 Thread David Devereaux-Weber
I'm having a problem with building mailman 2.1.9 on Solaris 10.  No problems 
with configure or make, but make install breaks.

Here is an extract:

/opt/csw/lib/python2.3/distutils/dist.py:213: UserWarning: 'licence' 
distribution option is deprecated; use 'license'
  warnings.warn(msg)
unable to execute cc: No such file or directory
error: command 'cc' failed with exit status 1
*** Error code 1
make: Fatal error: Command failed for target `install-packages'
Current working directory /usr/local/src/mailman-2.1.9/misc
*** Error code 1
The following command caused the error:
for d in bin cron misc Mailman scripts src templates messages tests; \
do \
(cd $d; make DESTDIR= install); \
done
make: Fatal error: Command failed for target `doinstall'



Does anyone see something here?

Thanks!

Dave Devereaux-Weber
--
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