Feature Requests item #1173722, was opened at 2005-03-31 01:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1173722&group_…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jan Kellermann (werk21)
Assigned to: Nobody/Anonymous (nobody)
Summary: user_id for each user
Initial Comment:
Like in patch 1121257 we like to have a user_id for each
user. Please take this patch to the cvs-branch and
upgrade the /bin/update.py script.
Background: It were great to have an unique_id besides
the the mailaddress to create relationship to other
information e.g. stored in mysql-databases.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1173722&group_…
Patches item #1170429, was opened at 2005-03-25 19:02
Message generated for change (Comment added) made by hatukanezumi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1170429&group_…
Category: configure/install
Group: Mailman 2.1
Status: Open
Resolution: None
>Priority: 6
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: qmail MTA hook
Initial Comment:
This is an approach for qmail MTA to automate creation
/ deletion of list aliases, whitout generating
.qmail-default file.
Please read attached README.qmail.
----------------------------------------------------------------------
>Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2005-03-30 17:23
Message:
Logged In: YES
user_id=529503
Added copyright notices.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1170429&group_…
Bugs item #1170467, was opened at 2005-03-25 20:30
Message generated for change (Settings changed) made by hatukanezumi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170467&group_…
Category: documentation
Group: 2.1 beta
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typos in documentation (2.1.6beta)
Initial Comment:
doc/mailman-install.tex:
- "~" aren't escaped.
- bug #456080 hasn't be reflected.
- lack of "." in tcpenv network block notation.
Mailman/Defaults.py.in:
- typo.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170467&group_…
Bugs item #1170651, was opened at 2005-03-25 17:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170651&group_…
Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris (ttoolman2000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mail Delivery not working
Initial Comment:
Hello everyone,
I am trying to setup an included mailing list which was
setup through the Plesk Control Panel as a part of
1and1.com's root server package.
Mailman version 2.1.1
I am able to add users both at the Plesk side and the
Mailman side, however it never sends e-mail
confirmations, and when I try to e-mail the test mailing
list I made I never get any replies nor does it get posted
or sent to the list.
When I tried to view all lists on my host:
http://lists.mjtstages.com/mailman/listinfo
I received a bug report
http://lists.mjtstages.com/mailman/listinfo
If anyone has any insight in fixing this problem that
would be great, I might also mention suggest viewing the
list to see the Bug report for viewing.
Thanks,
Chris
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170651&group_…
Bugs item #1170467, was opened at 2005-03-25 20:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170467&group_…
Category: documentation
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typos in documentation (2.1.6beta)
Initial Comment:
doc/mailman-install.tex:
- "~" aren't escaped.
- bug #456080 hasn't be reflected.
- lack of "." in tcpenv network block notation.
Mailman/Defaults.py.in:
- typo.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1170467&group_…
Patches item #1170429, was opened at 2005-03-25 19:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1170429&group_…
Category: configure/install
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: qmail MTA hook
Initial Comment:
This is an approach for qmail MTA to automate creation
/ deletion of list aliases, whitout generating
.qmail-default file.
Please read attached README.qmail.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1170429&group_…
Bugs item #1168999, was opened at 2005-03-23 18:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168999&group_…
Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Kim Davies (kjd)
Assigned to: Nobody/Anonymous (nobody)
Summary: OutgoingRunner gets in expensive recursive loop
Initial Comment:
I have had a problem spring up the past few weeks where
the OutgoingRunner gets in a loop which effectively
brings down the machine by spiking the CPU to 99%.
Running "strace" on the process I see it constantly
deleting and reimplanting the same queue file in
qfiles/out/ over and over, many times per second.
The initial problem inurred with a 2.1.2 install, but
installing 2.1.6b4 shows the same.
Unfortunately the problem is somewhat ephemeral when
trying to diagnose it - if I manage to kill the
OutgoingRunner between a read and write, the queue file
gets lost the the problem disappears for a while.
I don't know if it is useful, but attached is the
strace output of a
complete read/write cycle. I haven't had the
opportunity to further debug it (by stepping through
the python) as currently I am not in this state. I am
not sure how long it will be until it is triggered
again, but it has happened about 4 times in the past
two weeks. It has never occured before this over 3 years.
I consider this issue fairly problematic - the machine
becomes unusable when it reaches this state due to CPU
exhaustion.
Any tips of helping isolate the problem are welcome. I
have modified mailmanctl to run all queuerunners with a
verbose flag, so next time maybe there will be useful
information logged.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168999&group_…
Bugs item #1168916, was opened at 2005-03-23 08:14
Message generated for change (Comment added) made by macmewes
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168916&group_…
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: solspear (solspear)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in Mailman version 2.1.5
Initial Comment:
Hi,
Have installed and configured Mailman 2.1.5 on RH 9.0
system
I tired to create the first mailing list and encountered
with a bug. Attached is the screen shot.
Please let me know how I could move ahead ?
Vijay Kumar.
----------------------------------------------------------------------
Comment By: Martin Mewes (macmewes)
Date: 2005-03-23 08:32
Message:
Logged In: YES
user_id=288773
Hello,
there is no attachment to this item. Could you please upload
the picture?
kind regards
Martin Mewes
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168916&group_…
Bugs item #1168916, was opened at 2005-03-23 13:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168916&group_…
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: solspear (solspear)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in Mailman version 2.1.5
Initial Comment:
Hi,
Have installed and configured Mailman 2.1.5 on RH 9.0
system
I tired to create the first mailing list and encountered
with a bug. Attached is the screen shot.
Please let me know how I could move ahead ?
Vijay Kumar.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1168916&group_…
Patches item #645297, was opened at 2002-11-28 14:54
Message generated for change (Comment added) made by vanbaal
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=645297&group_i…
Category: None
Group: Mailman 2.2 / 3.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Ben Laurie (benl)
Assigned to: Thomas Wouters (twouters)
Summary: Add PGP support
Initial Comment:
Support PGP encrypted lists using GnuPG.
----------------------------------------------------------------------
Comment By: Joost van Baal (vanbaal)
Date: 2005-03-22 08:30
Message:
Logged In: YES
user_id=28781
One might like to take a look at patch #1167696 too. It
implements
about the same functionality. As an added bonus, it has some
documentation :)
----------------------------------------------------------------------
Comment By: Arthur Lutz (arthur_lutz)
Date: 2004-12-20 14:24
Message:
Logged In: YES
user_id=848508
another +1 for this patch, I've been looking for this
functionality too... willing to contribute
----------------------------------------------------------------------
Comment By: Justin Mason (jmason)
Date: 2003-11-10 18:31
Message:
Logged In: YES
user_id=935
another +1 for this patch, I've been looking for this
functionality too...
----------------------------------------------------------------------
Comment By: Thomas Wouters (twouters)
Date: 2003-03-17 22:17
Message:
Logged In: YES
user_id=34209
I'll look at incorporating this when I look at the
SecureList patch by NAH6 (SF patch #646989, currently.)
----------------------------------------------------------------------
Comment By: Nicolas Marchildon (elecnix)
Date: 2003-02-06 05:16
Message:
Logged In: YES
user_id=106549
My vote goes to a PGP whitelist and blacklist feature.
Messages signed with a key present in the whitelist could go
skip moderation, messages in the blacklist would be either
ignored or rejected, and all other messages could go through
moderation. That way, PGP signatures are not required, but
those using them would see their messages delivered quickly.
Mailman would have two keyrings, and would manage them by
specifying --keyring to gpg. PGP keys would be retreived
from a PGP key server. When moderating a message that was
signed with a key missing from the whitelist, there would be
an option named "Add key to whitelist", and an other one for
the blacklist. Keys could be added to the white/blacklist
through the web interface by specifying at least a key ID,
and mailman would ask gpg to fetch the key from mailman's
default key server.
Initially proposed in French on:
http://www.linux-quebec.org/archives/general/msg03787.html
Nicolas Marchildon
----------------------------------------------------------------------
Comment By: David Shaw (dmshaw)
Date: 2003-01-04 19:59
Message:
Logged In: YES
user_id=606006
Another vote of support. I actually submitted an
enhancement request earlier today for exactly this.
----------------------------------------------------------------------
Comment By: captain larry (captainlarry)
Date: 2002-12-23 19:37
Message:
Logged In: YES
user_id=147905
Adding a vote of support for this patch. Please add it as
soon as it's appropriate! I've been waiting a long time for
this functionality and I'd hate to see the patch bitrot. :-)
Adam.
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-12-12 03:56
Message:
Logged In: YES
user_id=12800
I have to defer this patch until after MM2.1 since we're
about ready for the first release candidate.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=645297&group_i…