[Mailman-Users] MHonArc - email from web interface?

2015-04-08 Thread Jon 1234
The mailing list archive at https://lists.shef.ac.uk/sympa has options on the web interface (a) to send an email from the archive to you, and, separately, (b) to allow you to reply via the web interface. It uses Sympa 5.3.4 with MHonArc 2.6.16.  Are these features of MHonArc or of Sympa?  If t

Re: [Mailman-Users] Mailman handler to run sync_members

2014-12-12 Thread Jon 1234
> Date: Thu, 4 Dec 2014 20:47:37 -0800 > From: m...@msapiro.net > > On 12/04/2014 05:55 PM, Jon 1234 wrote: > >>> The get_memb script is specific to our database, but it could basically >>> be anything, even just a straight MySQL query, that produces the desired &g

Re: [Mailman-Users] Mailman handler to run sync_members

2014-12-04 Thread Jon 1234
> Date: Mon, 1 Dec 2014 17:39:30 -0800 > From: m...@msapiro.net > I do this differently. I just run a daily cron does something like: > > #! /bin/bash > /home/mark/.cron/get_memb | \ > /usr/local/mailman/bin/sync_members -w=yes -g=no -a=no -f - gpc-announce This sounds like a good idea (especially

Re: [Mailman-Users] Upgrading and using with multiple domains

2014-12-01 Thread Jon 1234
> Date: Thu, 27 Nov 2014 12:06:46 -0800 > From: m...@msapiro.net >> Is there anything else I ought to do? > > > Yes. Completely uninstall the a.com/mailman instance including any cron > jobs that run a.com/mailman/cron.* scripts. > > >> Will having installed Mailman twice have caused any confusion/

[Mailman-Users] Mailman handler to run sync_members

2014-12-01 Thread Jon 1234
Would it be possible to implement a custom Mailman handler for this? If email is from a particular email address & to a particular list: - Create flat file from MySQL query - Run sync_members using that file - Email the email address detailing the changes made Before I try to reinvent the wheel -

Re: [Mailman-Users] Upgrading and using with multiple domains

2014-11-27 Thread Jon 1234
> Date: Wed, 26 Nov 2014 21:01:36 -0800 > From: m...@msapiro.net > >> I currently have Mailman 2.1.14 installed in the website directory of a.com > > > What does this mean? Normally, Mailman is installed in it's own > directory or directories which are not in the space served by default by > the

[Mailman-Users] Upgrading and using with multiple domains

2014-11-26 Thread Jon 1234
I currently have Mailman 2.1.14 installed in the website directory of a.com I would like to: 1. Upgrade it to 2.1.18-1.2. Have it outside the website directory.3. Use it not only for a.com but also b.com (I will not need to have the same list names for both domains). If I were to install from scr

Re: [Mailman-Users] Mirror mailing list with web forum

2014-05-07 Thread Jon 1234
> From: t...@yingtong.co.uk > Date: Thu, 17 Apr 2014 19:46:03 +0100 > I have it working with Fudforum and although the fudforum integration was (to > me) poorly documented I got it working and has been stable / rock solid for a > couple of years now. > > It would be nice to get things like membe

Re: [Mailman-Users] Can I remove a particular archive from the list?

2014-04-21 Thread Jon 1234
> Date: Mon, 21 Apr 2014 16:26:59 +0530 > From: misterbh...@gmail.com > > As a list administrator, do I have any option to remove any particular > post from the archive of all messages? > Please share how to do this. > > Thanks, > > Amit Bhatt I used the instructions in the FAQ a while back, whic

Re: [Mailman-Users] Mirror mailing list with web forum

2014-04-19 Thread Jon 1234
> From: t...@yingtong.co.uk > Date: Fri, 18 Apr 2014 10:49:20 +0100 > Hi Jon, brilliant. Works exactly as it says on the tin. I’m guessing > however it will be overwritten with the next patch, but I can live with that. > In this life I am a user rather than a contributor I’m afraid, is there a

Re: [Mailman-Users] Mirror mailing list with web forum

2014-04-17 Thread Jon 1234
> From: t...@yingtong.co.uk > Date: Fri, 18 Apr 2014 00:36:37 +0100 > ref identity I really mean at present most of the traffic is on the mailing > list (and the forum is more of an archive for 80% of the joint community) > where users complain they can’t easily identify forum posters as people (

Re: [Mailman-Users] Mirror mailing list with web forum

2014-04-17 Thread Jon 1234
> From: t...@yingtong.co.uk > I have it working with Fudforum and although the fudforum integration was (to > me) poorly documented I got it working and has been stable / rock solid for a > couple of years now. > > It would be nice to get things like membership linked between the two and to > m

Re: [Mailman-Users] Mirror mailing list with web forum

2014-04-16 Thread Jon 1234
> From: rich...@damon-family.org > I have been (slowly) working on an module to integrate a mailing list to > a Drupal web site. My goal is to generate an archive that you can easily > find recent messages in, and then be able to reply back to the list via > the web site. I will need to look at som

[Mailman-Users] Mirror mailing list with web forum

2014-04-16 Thread Jon 1234
I'd be interested in how others have implemented this. Here are the options I've identified so far, with some questions. * FUDforum - http://www.fudforum.org/forum/ This is a forum with a 'mailing list manager' admin page. For me, the script to send list emails to the web forum only works from

Re: [Mailman-Users] Reconfiguring Mailman with different with-cgi-gid

2014-04-16 Thread Jon 1234
> From: m...@msapiro.net > Download the 2.1.17 tarball, unpack it and run configure, make and sudo > make install in the unpack directory which must not be the installation > directory. > > Install it over your existing installation, and everything should be > fine, you shouldn't have to move anyt

Re: [Mailman-Users] Reconfiguring Mailman with different with-cgi-gid

2014-04-07 Thread Jon 1234
> Date: Tue, 17 Dec 2013 10:04:01 -0800 > From: m...@msapiro.net > To: mailman-users@python.org > Subject: Re: [Mailman-Users] Reconfiguring Mailman with different > with-cgi-gid > > On 12/17/2013 06:36 AM, Jon 1234 wrote: > > > > Just to check, is this the

[Mailman-Users] Mailman directory located in public HTML directory

2013-12-17 Thread Jon 1234
When I installed Mailman 2.14 I put it in the domain.com/mailman/ directory. This is because Mailman is accessed via domain.com/mailman/ and I thought the files had to be there... It does work but is this a potential security problem? What would be the best way to fix this? Thanks in anticipat

Re: [Mailman-Users] Reconfiguring Mailman with different with-cgi-gid

2013-12-17 Thread Jon 1234
> You probably need --with-cgi-gid=mailman, not --with-cgi-gid=users > > See the FAQ at . > > -- > Mark Sapiro The highway is for gamblers, > San Francisco Bay Area, Californiabetter use your sense - B. Dylan Thanks. I'll try that. Just to check, is thi

[Mailman-Users] Reconfiguring Mailman with different with-cgi-gid

2013-12-16 Thread Jon 1234
Dear all I used the following when setting up Mailman 2.14: ./configure --prefix=ZZZ/mailman --with-mail-gid=daemon --with-cgi-gid=www --with-username=ZZZ --with-groupname=users --with-python=ZZZ/bin/python To upgrade PHP from 5.2 to 5.3 the website hosts have to enable suexec (I don't quite unde

Re: [Mailman-Users] Global Font Change

2012-04-29 Thread Jon 1234
Sorry for the dreadful formatting. I'll try again... The following is how I changed the font face and background colour (not text colour, admittedly) site-wide, and may assist you. Create a mailman.css file but put it outside your mailman directory so that you can refer to it using an absolute

Re: [Mailman-Users] Global Font Change

2012-04-29 Thread Jon 1234
> I changed WEB_HEADER_COLOR to a dark blue and I need the font to white now.> > How would I do that?> > This question from 2004 (without an answer) is the > only related thing I> have found so far. The following is how I changed the font face and background colour (not text colour, admittedly