Re: [Mailman-Users] OT: Firefox Crashing on Admin Pages

2007-02-04 Thread Kenneth Jacker
Hank:

Just thought I'd let you know that recent updates to Firefox and
extensions (and maybe something else) solved the problem of FF
crashing on Mm admin pages.  I can again access those pages without
problems ...

Thanks for your ideas to fix it as well!

  -Kenneth

--
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] OT: Firefox Crashing on Admin Pages

2007-01-18 Thread Kenneth Jacker
  jwb Did you install a new plugin (or update one) about the time the
  jwb problem started?

No.

  -Kenneth
--
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] OT: Firefox Crashing on Admin Pages

2007-01-16 Thread Kenneth Jacker
I appreciate both Mark and Barry's informative and prompt replies.

Let me do a little more investigating ... maybe there's some conflict
with one of my FF plugins ...

Thanks for the help,

  -Kenneth
--
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] OT: Firefox Crashing on Admin Pages

2007-01-15 Thread Kenneth Jacker
I'm using firefox-1.5.0.9 on an up-to-date Kubuntu system with
mailman-2.1.5-9.

Suddenly (maybe a week or so ago), 'firefox' began and continues
*crashing* immediately after I enter the admin page URL for all of
my lists ...

I've searched around and found some alleged work arounds (removing
certain files, not using retained passwords, etc.), but it still won't
work.

Anyone else seeing this?  Is there a *real* fix?

Thanks for any help,

  -Kenneth
-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA
--
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] Forcing All Admin Pages to SSL

2004-08-20 Thread Kenneth Jacker
[Debian/sarge, mailman-2.1.4-5]

I swear that earlier versions (e.g., 2.1b3+) would use https: for
all pages when I came into an admin page using https:.  Now, the
initial page does, in fact, use SSL, but the later pages revert to
http:.

I've changed,

   DEFAULT_URL_PATTERN = 'http://%s/mailman'

to,

   DEFAULT_URL_PATTERN = 'https://%s/mailman'

in mm_cfg.py, but this isn't giving me the behavior I want.


Anyone know if this is possible (short of a recursive grep on
all the Mailman pages!)?

Thanks.
-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA
--
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] Re: Membership List - Listing All

2003-09-05 Thread Kenneth Jacker
  jonc On Thu, 2003-09-04 at 22:11, Kenneth Jacker wrote:
   (Mailman-2.1b3+)
   
   I must be really stupid!  Though I've used regexprs for years, I
   can't seem to create one that will show *all* members.  I thought
   that .* would work, but it doesn't.
   
   What do I need to use in the Find Member entry box?
   -
   

  jonc Not to be obtuse, but maybe you should use the command line
  jonc and the Mailman tool: list_members.

I can, but I am also interested in learning why I can't see more than
a small-subset (often only one member) via Web access.

Why have a Find Member entry box if it doesn't work?
(Note that I am sure it works ... I just can't figure out how!)

  jonc Also, You can configure your lists to show more than the
  jonc standard 30 members per web page (in the membership management
  jonc area of the web-admin).

I'm not even getting 30.

  jonc BTW: the Web-admin help has a really nice section on regular
  jonc expressions as used by Python - very illuminating.

I've read those docs ... looks like pretty normal regular expressions
to me.  That's why I don't see why .* isn't showing all members.

Can anyone tell me how to get this functionality on the web page?

  -Kenneth


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

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Membership List - Listing All

2003-09-04 Thread Kenneth Jacker
(Mailman-2.1b3+)

I must be really stupid!  Though I've used regexprs for years, I can't
seem to create one that will show *all* members.  I thought that .*
would work, but it doesn't.

Why do I need to use this in the Find Member entry box?

For some reason, sometimes I go to the membership page and see only
one member.  Why I don't know (I haven't explicitly requested a
sub-set).  So, I'm trying to get the entire list displayed again.

I searched the WWW, but I didn't find :-(

Thanks for any help,

-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA


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

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Two Machines - email addr web pages

2003-07-27 Thread Kenneth Jacker
Currently, I have some Mailman mailing lists where the list email
address and the Mailman webpages are both on the same machine.

I'd like to have a couple of new lists that would use two machines.
Something like:

  o  Machine0

 [EMAIL PROTECTED] - the list address

  o  Machine1

 http://beta.org/mailman/listinfo/foobar -  an example of
 accessing Mailman's web pages for list foobar


Checked the online docs (including the FAQ), but didn't see anything
that helps.

I would think a 'sendmail' alias on alpha could be created to redirect
email from [EMAIL PROTECTED] -- [EMAIL PROTECTED] ... this might be a
beginning.  But having tried similar things with 'majordomo' some
years ago, I know it is more complex and tricky.

Thanks for your help, ideas, and references!

-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA

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

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] 2.1b3+/CVS -- 2.1 Upgrade

2003-01-02 Thread Kenneth Jacker
Most of the upgrading suggestions relate to previous, non-CVS releases.

Any different/special procedures/gotchas to be aware of when
upgrading from a CVS (2.1b3+) distribution?

Thanks,

  -Kenneth
-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA

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

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Re: Domain is rewritten

2002-09-02 Thread Kenneth Jacker

  fredrik I don't want to change it's hostname. The mail.domain.tld
  fredrik is what I want it to be called. When I send mail out as
  fredrik local users it gets [EMAIL PROTECTED] And as said when I
  fredrik manually act mailman, connect to port 25 and send mail from
  fredrik [EMAIL PROTECTED] it goes out unchanged.

Interesting.

This is the same type of error that's occurring with me (mailman-2.0.13-1) 
on the incoming confirmation emails (lowest zone being removed in
some, but not all, of the headers). [For details, see my earlier
post.]   I, however, am using /sendmail/.

Barry wrote to me off-list and implied the problem might *not* be
within /Mailman/. Instead, he suggested I check out the MTA
(/sendmail/ in my case).  The fact that we're both seeing similar
behavior yet using different MTAs suggests that maybe something else
is going on, no?

  fredrik So I could need a hint to where to dig.

Me too!

  -Kenneth

--
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] /var/log/mailman files

2002-08-27 Thread Kenneth Jacker

[RH7.3, mailman-2.0.11-1]

Looking in my /var/log/mailman directory, I see file names such as:

error
error.1
error.1.1
error.1.1.1
error.1.1.1.1
error.1.1.1.1.1

This occurs for the other error files as well (subscribe, post,
digest, ...).  Also, most are of zero length and many have the same
date/time.

Are these names normal?  What do all the digits signify?

I checked the docs and did some searching, but couldn't find an answer.

Thanks,

  -Kenneth
-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA

--
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] Re: Prohibiting Local Access to Archives

2001-05-01 Thread Kenneth Jacker

Just a quick note to thank all of those who replied to my query.
A lot of good ideas!

Once I get through final exams, I'll try your suggestions.

In addition, I'll send a summary to the mailing list.

Thanks again,

-- 
Prof Kenneth H Jacker   [EMAIL PROTECTED]
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA

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



[Mailman-Users] Truly Private Archives

2001-02-05 Thread Kenneth Jacker

I posted the following a few weeks ago, but saw no responses:

  |I have a hunch I'm just being dense/stupid, but I'm not sure how to
  |make (at least some) list archives unreadable on the 'Mailman' host.
  |
  |It appears everything under ~mailman has at least `--x' permissions
  |for the world/others and many have 'r-x' or just 'r--'.
  |
  |What do I do to make list archives *unreadable* locally?

Anyone on the local 'Mailman' machine can -- with even a little
knowledge of Mailman's directory structure and hosted mailing lists --
simply 'cd' to one of the "archives" sub-dirs and "read away".

What if the permissions of /usr/local/etc/mailman (~mailman) are set
to:
drwxrws---  mailman  mailman


instead of the current:

drwxrwsr-x  mailman  mailman  ?


Will the *entire* Mailman system still work correctly?

Thanks for your comments!

  -Kenneth

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